Html Css Color HEX #427791 Jelly Bean

📋 copy color: '#427791'

red 66 ◦ green 119 ◦ blue 145

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

Shades of Jelly Bean #427791

Tints of Jelly Bean #427791

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.06%

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

R = 20%
G = 36.06%
B = 43.94%

CMYK

 C value IS 0.54

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#427791 (or 0x427791) is known color: Jelly Bean. HEX triplet: 42, 77 and 91. RGB value is (66,119,145). Sum of RGB (Red+Green+Blue) = 66+119+145=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #427791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427791 is #BD886E. Grayscale: #696969. Windows color (decimal): -12421231 or 9533250. OLE color: 9533250.

HSL color Cylindrical-coordinate representation of color #427791: hue angle of 199.75º 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 #427791 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 119 145 -
CMYK 0.54 0.18 0 0.43
HSL 199.75º 0.37% 0.41% -
HSV(B) 199.75º 0.54% 0.57% -
XYZ 13.95 16.4 29.22 -
YUV 106.12 149.94 99.39 -
System Red Green Blue C M Y K H S L
Decimal 66 119 145 0.54 0.18 0 0.43 199.75 0.37 0.41
Hex 42 77 91 36 12 0 2B C8 25 29
Octal 102 167 221 66 22 0 53 310 45 51
Binary 1000010 1110111 10010001 110110 10010 0 101011 11001000 100101 101001

Color Harmonies of #427791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427791

Black with #427791

Text Example


Text Example

White with #427791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427791; }

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

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

background-color css

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

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

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

border-color css

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

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

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