Html Css Color HEX #427499 Jelly Bean

📋 copy color: '#427499'

red 66 ◦ green 116 ◦ blue 153

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

Shades of Jelly Bean #427499

Tints of Jelly Bean #427499

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.63%

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

R = 19.7%
G = 34.63%
B = 45.67%

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

#427499 (or 0x427499) is known color: Jelly Bean. HEX triplet: 42, 74 and 99. RGB value is (66,116,153). Sum of RGB (Red+Green+Blue) = 66+116+153=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #427499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427499 is #BD8B66. Grayscale: #696969. Windows color (decimal): -12421991 or 10056770. OLE color: 10056770.

HSL color Cylindrical-coordinate representation of color #427499: hue angle of 205.52º 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 #427499 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 116 153 -
CMYK 0.57 0.24 0 0.4
HSL 205.52º 0.4% 0.43% -
HSV(B) 205.52º 0.57% 0.6% -
XYZ 14.24 15.95 32.46 -
YUV 105.27 154.94 99.99 -
System Red Green Blue C M Y K H S L
Decimal 66 116 153 0.57 0.24 0 0.4 205.52 0.4 0.43
Hex 42 74 99 39 18 0 28 CE 28 2B
Octal 102 164 231 71 30 0 50 316 50 53
Binary 1000010 1110100 10011001 111001 11000 0 101000 11001110 101000 101011

Color Harmonies of #427499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427499

Black with #427499

Text Example


Text Example

White with #427499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427499; }

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

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

background-color css

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

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

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

border-color css

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

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

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