#427D8A

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

Shades of Jelly Bean #427D8A

Tints of Jelly Bean #427D8A

Color information

#427D8A (or 0x427D8A) is unknown color: approx Jelly Bean. HEX triplet: 42, 7D and 8A. RGB value is (66,125,138). Sum of RGB (Red+Green+Blue) = 66+125+138=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 138 - color contains mainly: blue. Hex color #427D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427D8A is #BD8275. Grayscale: #6C6C6C. Windows color (decimal): -12419702 or 9076034. OLE color: 9076034.

HSL color Cylindrical-coordinate representation of color #427D8A: hue angle of 190.83º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #427D8A is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB66125138-
CMYK0.520.0900.46
HSL190.83º35.29%40%-
HSV(B)190.83º52.17%54.12%-
XYZ14.1717.6626.71-
YUV108.84144.4597.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.06%
GREEN value IS 125 (49.22% from 255) = 37.99%
BLUE value IS 138 (54.30% from 255) = 41.95%
R=20.06%
G=37.99%
B=41.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal661251380.520.0900.46190.8335.2940
Hex427D8A34902Ebf2328
Octal10217521264110562774350
Binary10000101111101100010101101001001010111010111111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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