Html Css Color HEX #427589 Jelly Bean

📋 copy color: '#427589'

red 66 ◦ green 117 ◦ blue 137

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

Shades of Jelly Bean #427589

Tints of Jelly Bean #427589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.81%

R = 20.63%
G = 36.56%
B = 42.81%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#427589 (or 0x427589) is known color: Jelly Bean. HEX triplet: 42, 75 and 89. RGB value is (66,117,137). Sum of RGB (Red+Green+Blue) = 66+117+137=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 137 - color contains mainly: blue. Hex color #427589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427589 is #BD8A76. Grayscale: #676767. Windows color (decimal): -12421751 or 9008450. OLE color: 9008450.

HSL color Cylindrical-coordinate representation of color #427589: hue angle of 196.9º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #427589 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 117 137 -
CMYK 0.52 0.15 0 0.46
HSL 196.9º 0.35% 0.4% -
HSV(B) 196.9º 0.52% 0.54% -
XYZ 13.12 15.69 26 -
YUV 104.03 146.6 100.87 -
System Red Green Blue C M Y K H S L
Decimal 66 117 137 0.52 0.15 0 0.46 196.9 0.35 0.4
Hex 42 75 89 34 F 0 2E C5 23 28
Octal 102 165 211 64 17 0 56 305 43 50
Binary 1000010 1110101 10001001 110100 1111 0 101110 11000101 100011 101000

Color Harmonies of #427589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427589

Black with #427589

Text Example


Text Example

White with #427589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427589; }

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

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

background-color css

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

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

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

border-color css

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

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

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