#427B9E

Color #427B9E Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #427B9E

Tints of Jelly Bean #427B9E

Color information

#427B9E (or 0x427B9E) is unknown color: approx Jelly Bean. HEX triplet: 42, 7B and 9E. RGB value is (66,123,158). Sum of RGB (Red+Green+Blue) = 66+123+158=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #427B9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427B9E is #BD8461. Grayscale: #6D6D6D. Windows color (decimal): -12420194 or 10386242. OLE color: 10386242.

HSL color Cylindrical-coordinate representation of color #427B9E: hue angle of 202.83º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #427B9E is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB66123158-
CMYK0.580.2200.38
HSL202.83º41.07%43.92%-
HSV(B)202.83º58.23%61.96%-
XYZ15.517.7934.97-
YUV109.95155.1296.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.02%
GREEN value IS 123 (48.44% from 255) = 35.45%
BLUE value IS 158 (62.11% from 255) = 45.53%
R=19.02%
G=35.45%
B=45.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661231580.580.2200.38202.8341.0743.92
Hex427B9E3A16026cb292c
Octal10217323672260463135154
Binary100001011110111001111011101010110010011011001011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427B9E; }

 p { color: rgb(66,123,158); }

 H1.HeaderClassName
 {
   color: #427B9E;
 }
 .AnyTagClassName
 {
   color: #427B9E;
 }
</style>
background-color css

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

 a { background-color: rgb(66,123,158); }

 div.DivClassName
 {
   background-color: #427B9E;
 }
 .BgClassName
 {
   background-color: #427B9E;
 }
</style>
border-color css

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

 span { border-color: rgb(66,123,158); }

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