Html Css Color HEX #427699 Jelly Bean

📋 copy color: '#427699'

red 66 ◦ green 118 ◦ blue 153

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

Shades of Jelly Bean #427699

Tints of Jelly Bean #427699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.01%

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

R = 19.58%
G = 35.01%
B = 45.4%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#427699 (or 0x427699) is known color: Jelly Bean. HEX triplet: 42, 76 and 99. RGB value is (66,118,153). Sum of RGB (Red+Green+Blue) = 66+118+153=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #427699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427699 is #BD8966. Grayscale: #6A6A6A. Windows color (decimal): -12421479 or 10057282. OLE color: 10057282.

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

Color convert

RGB 66 118 153 -
CMYK 0.57 0.23 0 0.4
HSL 204.14º 0.4% 0.43% -
HSV(B) 204.14º 0.57% 0.6% -
XYZ 14.47 16.42 32.54 -
YUV 106.44 154.27 99.15 -
System Red Green Blue C M Y K H S L
Decimal 66 118 153 0.57 0.23 0 0.4 204.14 0.4 0.43
Hex 42 76 99 39 17 0 28 CC 28 2B
Octal 102 166 231 71 27 0 50 314 50 53
Binary 1000010 1110110 10011001 111001 10111 0 101000 11001100 101000 101011

Color Harmonies of #427699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427699

Black with #427699

Text Example


Text Example

White with #427699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427699; }

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

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

background-color css

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

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

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

border-color css

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

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

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