Html Css Color HEX #462471 Blue Diamond

📋 copy color: '#462471'

red 70 ◦ green 36 ◦ blue 113

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

Shades of Blue Diamond #462471

Tints of Blue Diamond #462471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 51.6%

R = 31.96%
G = 16.44%
B = 51.6%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#462471 (or 0x462471) is known color: Blue Diamond. HEX triplet: 46, 24 and 71. RGB value is (70,36,113). Sum of RGB (Red+Green+Blue) = 70+36+113=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #462471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462471 is #B9DB8E. Grayscale: #363636. Windows color (decimal): -12180367 or 7414854. OLE color: 7414854.

HSL color Cylindrical-coordinate representation of color #462471: hue angle of 266.49º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #462471 is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 36 113 -
CMYK 0.38 0.68 0 0.56
HSL 266.49º 0.52% 0.29% -
HSV(B) 266.49º 0.68% 0.44% -
XYZ 6.14 3.76 16.02 -
YUV 54.94 160.76 138.74 -
System Red Green Blue C M Y K H S L
Decimal 70 36 113 0.38 0.68 0 0.56 266.49 0.52 0.29
Hex 46 24 71 26 44 0 38 10A 34 1D
Octal 106 44 161 46 104 0 70 412 64 35
Binary 1000110 100100 1110001 100110 1000100 0 111000 100001010 110100 11101

Color Harmonies of #462471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462471

Black with #462471

Text Example


Text Example

White with #462471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462471; }

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

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

background-color css

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

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

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

border-color css

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

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

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