#427E8B

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

Shades of Jelly Bean #427E8B

Tints of Jelly Bean #427E8B

Color information

#427E8B (or 0x427E8B) is unknown color: approx Jelly Bean. HEX triplet: 42, 7E and 8B. RGB value is (66,126,139). Sum of RGB (Red+Green+Blue) = 66+126+139=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #427E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427E8B is #BD8174. Grayscale: #6D6D6D. Windows color (decimal): -12419445 or 9141826. OLE color: 9141826.

HSL color Cylindrical-coordinate representation of color #427E8B: hue angle of 190.68º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #427E8B is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB66126139-
CMYK0.530.0900.45
HSL190.68º35.61%40.2%-
HSV(B)190.68º52.52%54.51%-
XYZ14.3717.9427.13-
YUV109.54144.6296.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.94%
GREEN value IS 126 (49.61% from 255) = 38.07%
BLUE value IS 139 (54.69% from 255) = 41.99%
R=19.94%
G=38.07%
B=41.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661261390.530.0900.45190.6835.6140.2
Hex427E8B35902Dbf2428
Octal10217621365110552774450
Binary10000101111110100010111101011001010110110111111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,126,139); }

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

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

 a { background-color: rgb(66,126,139); }

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

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

 span { border-color: rgb(66,126,139); }

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