Html Css Color HEX #427591 Jelly Bean

📋 copy color: '#427591'

red 66 ◦ green 117 ◦ blue 145

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

Shades of Jelly Bean #427591

Tints of Jelly Bean #427591

RGB

 RED value IS 66 (26.17% from 255) = 20.12%

 GREEN value IS 117 (46.09% from 255) = 35.67%

 BLUE value IS 145 (57.03% from 255) = 44.21%

R = 20.12%
G = 35.67%
B = 44.21%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#427591 (or 0x427591) is known color: Jelly Bean. HEX triplet: 42, 75 and 91. RGB value is (66,117,145). Sum of RGB (Red+Green+Blue) = 66+117+145=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 145 - color contains mainly: blue. Hex color #427591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427591 is #BD8A6E. Grayscale: #686868. Windows color (decimal): -12421743 or 9532738. OLE color: 9532738.

HSL color Cylindrical-coordinate representation of color #427591: hue angle of 201.27º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #427591 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 117 145 -
CMYK 0.54 0.19 0 0.43
HSL 201.27º 0.37% 0.41% -
HSV(B) 201.27º 0.54% 0.57% -
XYZ 13.72 15.93 29.14 -
YUV 104.94 150.6 100.22 -
System Red Green Blue C M Y K H S L
Decimal 66 117 145 0.54 0.19 0 0.43 201.27 0.37 0.41
Hex 42 75 91 36 13 0 2B C9 25 29
Octal 102 165 221 66 23 0 53 311 45 51
Binary 1000010 1110101 10010001 110110 10011 0 101011 11001001 100101 101001

Color Harmonies of #427591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427591

Black with #427591

Text Example


Text Example

White with #427591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427591; }

 p { color: rgb(66,117,145); }

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

background-color css

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

 a { background-color: rgb(66,117,145); }

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

border-color css

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

 span { border-color: rgb(66,117,145); }

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