Html Css Color HEX #427899 Jelly Bean

📋 copy color: '#427899'

red 66 ◦ green 120 ◦ blue 153

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

Shades of Jelly Bean #427899

Tints of Jelly Bean #427899

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.4%

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

R = 19.47%
G = 35.4%
B = 45.13%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#427899 (or 0x427899) is known color: Jelly Bean. HEX triplet: 42, 78 and 99. RGB value is (66,120,153). Sum of RGB (Red+Green+Blue) = 66+120+153=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #427899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427899 is #BD8766. Grayscale: #6B6B6B. Windows color (decimal): -12420967 or 10057794. OLE color: 10057794.

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

Color convert

RGB 66 120 153 -
CMYK 0.57 0.22 0 0.4
HSL 202.76º 0.4% 0.43% -
HSV(B) 202.76º 0.57% 0.6% -
XYZ 14.71 16.89 32.62 -
YUV 107.62 153.61 98.32 -
System Red Green Blue C M Y K H S L
Decimal 66 120 153 0.57 0.22 0 0.4 202.76 0.4 0.43
Hex 42 78 99 39 16 0 28 CB 28 2B
Octal 102 170 231 71 26 0 50 313 50 53
Binary 1000010 1111000 10011001 111001 10110 0 101000 11001011 101000 101011

Color Harmonies of #427899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427899

Black with #427899

Text Example


Text Example

White with #427899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427899; }

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

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

background-color css

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

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

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

border-color css

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

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

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