Html Css Color HEX #462571 Blue Diamond

📋 copy color: '#462571'

red 70 ◦ green 37 ◦ blue 113

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

Shades of Blue Diamond #462571

Tints of Blue Diamond #462571

RGB

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

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

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

R = 31.82%
G = 16.82%
B = 51.36%

CMYK

 C value IS 0.38

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#462571 (or 0x462571) is known color: Blue Diamond. HEX triplet: 46, 25 and 71. RGB value is (70,37,113). Sum of RGB (Red+Green+Blue) = 70+37+113=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #462571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462571 is #B9DA8E. Grayscale: #373737. Windows color (decimal): -12180111 or 7415110. OLE color: 7415110.

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

Color convert

RGB 70 37 113 -
CMYK 0.38 0.67 0 0.56
HSL 266.05º 0.51% 0.29% -
HSV(B) 266.05º 0.67% 0.44% -
XYZ 6.17 3.82 16.03 -
YUV 55.53 160.43 138.32 -
System Red Green Blue C M Y K H S L
Decimal 70 37 113 0.38 0.67 0 0.56 266.05 0.51 0.29
Hex 46 25 71 26 43 0 38 10A 33 1D
Octal 106 45 161 46 103 0 70 412 63 35
Binary 1000110 100101 1110001 100110 1000011 0 111000 100001010 110011 11101

Color Harmonies of #462571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462571

Black with #462571

Text Example


Text Example

White with #462571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462571; }

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

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

background-color css

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

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

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

border-color css

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

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

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