Html Css Color HEX #462469 Blue Diamond

📋 copy color: '#462469'

red 70 ◦ green 36 ◦ blue 105

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

Shades of Blue Diamond #462469

Tints of Blue Diamond #462469

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.06%

 BLUE value IS 105 (41.41% from 255) = 49.76%

R = 33.18%
G = 17.06%
B = 49.76%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#462469 (or 0x462469) is known color: Blue Diamond. HEX triplet: 46, 24 and 69. RGB value is (70,36,105). Sum of RGB (Red+Green+Blue) = 70+36+105=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #462469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462469 is #B9DB96. Grayscale: #353535. Windows color (decimal): -12180375 or 6890566. OLE color: 6890566.

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

Color convert

RGB 70 36 105 -
CMYK 0.33 0.66 0 0.59
HSL 269.57º 0.49% 0.28% -
HSV(B) 269.57º 0.66% 0.41% -
XYZ 5.71 3.58 13.76 -
YUV 54.03 156.76 139.39 -
System Red Green Blue C M Y K H S L
Decimal 70 36 105 0.33 0.66 0 0.59 269.57 0.49 0.28
Hex 46 24 69 21 42 0 3B 10E 31 1C
Octal 106 44 151 41 102 0 73 416 61 34
Binary 1000110 100100 1101001 100001 1000010 0 111011 100001110 110001 11100

Color Harmonies of #462469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462469

Black with #462469

Text Example


Text Example

White with #462469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462469; }

 p { color: rgb(70,36,105); }

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

background-color css

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

 a { background-color: rgb(70,36,105); }

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

border-color css

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

 span { border-color: rgb(70,36,105); }

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