Html Css Color HEX #462572 Blue Diamond

📋 copy color: '#462572'

red 70 ◦ green 37 ◦ blue 114

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

Shades of Blue Diamond #462572

Tints of Blue Diamond #462572

RGB

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

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

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

R = 31.67%
G = 16.74%
B = 51.58%

CMYK

 C value IS 0.39

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#462572 (or 0x462572) is known color: Blue Diamond. HEX triplet: 46, 25 and 72. RGB value is (70,37,114). Sum of RGB (Red+Green+Blue) = 70+37+114=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #462572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462572 is #B9DA8D. Grayscale: #373737. Windows color (decimal): -12180110 or 7480646. OLE color: 7480646.

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

Color convert

RGB 70 37 114 -
CMYK 0.39 0.68 0 0.55
HSL 265.71º 0.51% 0.3% -
HSV(B) 265.71º 0.68% 0.45% -
XYZ 6.22 3.84 16.33 -
YUV 55.65 160.93 138.24 -
System Red Green Blue C M Y K H S L
Decimal 70 37 114 0.39 0.68 0 0.55 265.71 0.51 0.3
Hex 46 25 72 27 44 0 37 10A 33 1E
Octal 106 45 162 47 104 0 67 412 63 36
Binary 1000110 100101 1110010 100111 1000100 0 110111 100001010 110011 11110

Color Harmonies of #462572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462572

Black with #462572

Text Example


Text Example

White with #462572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462572; }

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

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

background-color css

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

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

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

border-color css

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

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

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