Html Css Color HEX #462568 Blue Diamond

📋 copy color: '#462568'

red 70 ◦ green 37 ◦ blue 104

#462568
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Diamond #462568

Tints of Blue Diamond #462568

RGB

 RED value IS 70 (27.73% from 255) = 33.18%

 GREEN value IS 37 (14.84% from 255) = 17.54%

 BLUE value IS 104 (41.02% from 255) = 49.29%

R = 33.18%
G = 17.54%
B = 49.29%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#462568 (or 0x462568) is known color: Blue Diamond. HEX triplet: 46, 25 and 68. RGB value is (70,37,104). Sum of RGB (Red+Green+Blue) = 70+37+104=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #462568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462568 is #B9DA97. Grayscale: #363636. Windows color (decimal): -12180120 or 6825286. OLE color: 6825286.

HSL color Cylindrical-coordinate representation of color #462568: hue angle of 269.55º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #462568 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 37 104 -
CMYK 0.33 0.64 0 0.59
HSL 269.55º 0.48% 0.28% -
HSV(B) 269.55º 0.64% 0.41% -
XYZ 5.69 3.62 13.5 -
YUV 54.51 155.93 139.05 -
System Red Green Blue C M Y K H S L
Decimal 70 37 104 0.33 0.64 0 0.59 269.55 0.48 0.28
Hex 46 25 68 21 40 0 3B 10E 30 1C
Octal 106 45 150 41 100 0 73 416 60 34
Binary 1000110 100101 1101000 100001 1000000 0 111011 100001110 110000 11100

Color Harmonies of #462568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462568

Black with #462568

Text Example


Text Example

White with #462568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462568; }

 p { color: rgb(70,37,104); }

 H1.HeaderClassName
 {
   color: #462568;
 }
 .AnyTagClassName
 {
   color: #462568;
 }
</style>

background-color css

<style>
 a { background-color: #462568; }

 a { background-color: rgb(70,37,104); }

 div.DivClassName
 {
   background-color: #462568;
 }
 .BgClassName
 {
   background-color: #462568;
 }
</style>

border-color css

<style>
 span { border-color: #462568; }

 span { border-color: rgb(70,37,104); }

 td.TdClassName
 {
   border-color: #462568;
 }
 .TagClassName
 {
   border-color: #462568;
 }
</style>