Html Css Color HEX #427599 Jelly Bean

📋 copy color: '#427599'

red 66 ◦ green 117 ◦ blue 153

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

Shades of Jelly Bean #427599

Tints of Jelly Bean #427599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.54%

R = 19.64%
G = 34.82%
B = 45.54%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#427599 (or 0x427599) is known color: Jelly Bean. HEX triplet: 42, 75 and 99. RGB value is (66,117,153). Sum of RGB (Red+Green+Blue) = 66+117+153=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #427599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427599 is #BD8A66. Grayscale: #696969. Windows color (decimal): -12421735 or 10057026. OLE color: 10057026.

HSL color Cylindrical-coordinate representation of color #427599: hue angle of 204.83º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #427599 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 117 153 -
CMYK 0.57 0.24 0 0.4
HSL 204.83º 0.4% 0.43% -
HSV(B) 204.83º 0.57% 0.6% -
XYZ 14.36 16.18 32.5 -
YUV 105.86 154.6 99.57 -
System Red Green Blue C M Y K H S L
Decimal 66 117 153 0.57 0.24 0 0.4 204.83 0.4 0.43
Hex 42 75 99 39 18 0 28 CD 28 2B
Octal 102 165 231 71 30 0 50 315 50 53
Binary 1000010 1110101 10011001 111001 11000 0 101000 11001101 101000 101011

Color Harmonies of #427599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427599

Black with #427599

Text Example


Text Example

White with #427599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427599; }

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

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

background-color css

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

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

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

border-color css

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

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

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