Html Css Color HEX #427391 Jelly Bean

📋 copy color: '#427391'

red 66 ◦ green 115 ◦ blue 145

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

Shades of Jelly Bean #427391

Tints of Jelly Bean #427391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.28%

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

R = 20.25%
G = 35.28%
B = 44.48%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#427391 (or 0x427391) is known color: Jelly Bean. HEX triplet: 42, 73 and 91. RGB value is (66,115,145). Sum of RGB (Red+Green+Blue) = 66+115+145=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #427391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427391 is #BD8C6E. Grayscale: #676767. Windows color (decimal): -12422255 or 9532226. OLE color: 9532226.

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

Color convert

RGB 66 115 145 -
CMYK 0.54 0.21 0 0.43
HSL 202.78º 0.37% 0.41% -
HSV(B) 202.78º 0.54% 0.57% -
XYZ 13.49 15.46 29.06 -
YUV 103.77 151.27 101.06 -
System Red Green Blue C M Y K H S L
Decimal 66 115 145 0.54 0.21 0 0.43 202.78 0.37 0.41
Hex 42 73 91 36 15 0 2B CB 25 29
Octal 102 163 221 66 25 0 53 313 45 51
Binary 1000010 1110011 10010001 110110 10101 0 101011 11001011 100101 101001

Color Harmonies of #427391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427391

Black with #427391

Text Example


Text Example

White with #427391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427391; }

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

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

background-color css

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

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

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

border-color css

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

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

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