Html Css Color HEX #462372 Blue Diamond

📋 copy color: '#462372'

red 70 ◦ green 35 ◦ blue 114

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

Shades of Blue Diamond #462372

Tints of Blue Diamond #462372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.98%

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

R = 31.96%
G = 15.98%
B = 52.05%

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

#462372 (or 0x462372) is known color: Blue Diamond. HEX triplet: 46, 23 and 72. RGB value is (70,35,114). Sum of RGB (Red+Green+Blue) = 70+35+114=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #462372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462372 is #B9DC8D. Grayscale: #363636. Windows color (decimal): -12180622 or 7480134. OLE color: 7480134.

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

Color convert

RGB 70 35 114 -
CMYK 0.39 0.69 0 0.55
HSL 266.58º 0.53% 0.29% -
HSV(B) 266.58º 0.69% 0.45% -
XYZ 6.16 3.72 16.31 -
YUV 54.47 161.6 139.08 -
System Red Green Blue C M Y K H S L
Decimal 70 35 114 0.39 0.69 0 0.55 266.58 0.53 0.29
Hex 46 23 72 27 45 0 37 10B 35 1D
Octal 106 43 162 47 105 0 67 413 65 35
Binary 1000110 100011 1110010 100111 1000101 0 110111 100001011 110101 11101

Color Harmonies of #462372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462372

Black with #462372

Text Example


Text Example

White with #462372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462372; }

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

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

background-color css

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

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

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

border-color css

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

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

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