Html Css Color HEX #462473 Blue Diamond

📋 copy color: '#462473'

red 70 ◦ green 36 ◦ blue 115

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

Shades of Blue Diamond #462473

Tints of Blue Diamond #462473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 52.04%

R = 31.67%
G = 16.29%
B = 52.04%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#462473 (or 0x462473) is known color: Blue Diamond. HEX triplet: 46, 24 and 73. RGB value is (70,36,115). Sum of RGB (Red+Green+Blue) = 70+36+115=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #462473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462473 is #B9DB8C. Grayscale: #363636. Windows color (decimal): -12180365 or 7545926. OLE color: 7545926.

HSL color Cylindrical-coordinate representation of color #462473: hue angle of 265.82º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #462473 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 36 115 -
CMYK 0.39 0.69 0 0.55
HSL 265.82º 0.52% 0.3% -
HSV(B) 265.82º 0.69% 0.45% -
XYZ 6.25 3.8 16.62 -
YUV 55.17 161.76 138.58 -
System Red Green Blue C M Y K H S L
Decimal 70 36 115 0.39 0.69 0 0.55 265.82 0.52 0.3
Hex 46 24 73 27 45 0 37 10A 34 1E
Octal 106 44 163 47 105 0 67 412 64 36
Binary 1000110 100100 1110011 100111 1000101 0 110111 100001010 110100 11110

Color Harmonies of #462473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462473

Black with #462473

Text Example


Text Example

White with #462473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462473; }

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

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

background-color css

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

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

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

border-color css

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

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

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