Html Css Color HEX #462972 Blue Diamond

📋 copy color: '#462972'

red 70 ◦ green 41 ◦ blue 114

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

Shades of Blue Diamond #462972

Tints of Blue Diamond #462972

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.22%

 BLUE value IS 114 (44.92% from 255) = 50.67%

R = 31.11%
G = 18.22%
B = 50.67%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#462972 (or 0x462972) is known color: Blue Diamond. HEX triplet: 46, 29 and 72. RGB value is (70,41,114). Sum of RGB (Red+Green+Blue) = 70+41+114=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #462972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462972 is #B9D68D. Grayscale: #393939. Windows color (decimal): -12179086 or 7481670. OLE color: 7481670.

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

Color convert

RGB 70 41 114 -
CMYK 0.39 0.64 0 0.55
HSL 263.84º 0.47% 0.3% -
HSV(B) 263.84º 0.64% 0.45% -
XYZ 6.36 4.1 16.38 -
YUV 57.99 159.61 136.56 -
System Red Green Blue C M Y K H S L
Decimal 70 41 114 0.39 0.64 0 0.55 263.84 0.47 0.3
Hex 46 29 72 27 40 0 37 108 2F 1E
Octal 106 51 162 47 100 0 67 410 57 36
Binary 1000110 101001 1110010 100111 1000000 0 110111 100001000 101111 11110

Color Harmonies of #462972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462972

Black with #462972

Text Example


Text Example

White with #462972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462972; }

 p { color: rgb(70,41,114); }

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

background-color css

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

 a { background-color: rgb(70,41,114); }

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

border-color css

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

 span { border-color: rgb(70,41,114); }

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