Html Css Color HEX #462772 Blue Diamond

📋 copy color: '#462772'

red 70 ◦ green 39 ◦ blue 114

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

Shades of Blue Diamond #462772

Tints of Blue Diamond #462772

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.49%

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

R = 31.39%
G = 17.49%
B = 51.12%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#462772 (or 0x462772) is known color: Blue Diamond. HEX triplet: 46, 27 and 72. RGB value is (70,39,114). Sum of RGB (Red+Green+Blue) = 70+39+114=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #462772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462772 is #B9D88D. Grayscale: #383838. Windows color (decimal): -12179598 or 7481158. OLE color: 7481158.

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

Color convert

RGB 70 39 114 -
CMYK 0.39 0.66 0 0.55
HSL 264.8º 0.49% 0.3% -
HSV(B) 264.8º 0.66% 0.45% -
XYZ 6.29 3.97 16.35 -
YUV 56.82 160.27 137.4 -
System Red Green Blue C M Y K H S L
Decimal 70 39 114 0.39 0.66 0 0.55 264.8 0.49 0.3
Hex 46 27 72 27 42 0 37 109 31 1E
Octal 106 47 162 47 102 0 67 411 61 36
Binary 1000110 100111 1110010 100111 1000010 0 110111 100001001 110001 11110

Color Harmonies of #462772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462772

Black with #462772

Text Example


Text Example

White with #462772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462772; }

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

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

background-color css

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

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

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

border-color css

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

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

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