#427D9C

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

Shades of Jelly Bean #427D9C

Tints of Jelly Bean #427D9C

Color information

#427D9C (or 0x427D9C) is unknown color: approx Jelly Bean. HEX triplet: 42, 7D and 9C. RGB value is (66,125,156). Sum of RGB (Red+Green+Blue) = 66+125+156=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #427D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427D9C is #BD8263. Grayscale: #6E6E6E. Windows color (decimal): -12419684 or 10255682. OLE color: 10255682.

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

Color convert

RGB66125156-
CMYK0.580.2000.39
HSL200.67º40.54%43.53%-
HSV(B)200.67º57.69%61.18%-
XYZ15.5818.2334.15-
YUV110.89153.4595.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.02%
GREEN value IS 125 (49.22% from 255) = 36.02%
BLUE value IS 156 (61.33% from 255) = 44.96%
R=19.02%
G=36.02%
B=44.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661251560.580.2000.39200.6740.5443.53
Hex427D9C3A14027c9292c
Octal10217523472240473115154
Binary100001011111011001110011101010100010011111001001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,125,156); }

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

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

 a { background-color: rgb(66,125,156); }

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

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

 span { border-color: rgb(66,125,156); }

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