Html Css Color HEX #462771 Blue Diamond

📋 copy color: '#462771'

red 70 ◦ green 39 ◦ blue 113

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

Shades of Blue Diamond #462771

Tints of Blue Diamond #462771

RGB

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

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

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

R = 31.53%
G = 17.57%
B = 50.9%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#462771 (or 0x462771) is known color: Blue Diamond. HEX triplet: 46, 27 and 71. RGB value is (70,39,113). Sum of RGB (Red+Green+Blue) = 70+39+113=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #462771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462771 is #B9D88E. Grayscale: #383838. Windows color (decimal): -12179599 or 7415622. OLE color: 7415622.

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

Color convert

RGB 70 39 113 -
CMYK 0.38 0.65 0 0.56
HSL 265.14º 0.49% 0.3% -
HSV(B) 265.14º 0.65% 0.44% -
XYZ 6.23 3.95 16.06 -
YUV 56.71 159.77 137.48 -
System Red Green Blue C M Y K H S L
Decimal 70 39 113 0.38 0.65 0 0.56 265.14 0.49 0.3
Hex 46 27 71 26 41 0 38 109 31 1E
Octal 106 47 161 46 101 0 70 411 61 36
Binary 1000110 100111 1110001 100110 1000001 0 111000 100001001 110001 11110

Color Harmonies of #462771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462771

Black with #462771

Text Example


Text Example

White with #462771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462771; }

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

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

background-color css

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

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

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

border-color css

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

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

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