#427C8B

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

Shades of Jelly Bean #427C8B

Tints of Jelly Bean #427C8B

Color information

#427C8B (or 0x427C8B) is unknown color: approx Jelly Bean. HEX triplet: 42, 7C and 8B. RGB value is (66,124,139). Sum of RGB (Red+Green+Blue) = 66+124+139=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #427C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427C8B is #BD8374. Grayscale: #6C6C6C. Windows color (decimal): -12419957 or 9141314. OLE color: 9141314.

HSL color Cylindrical-coordinate representation of color #427C8B: hue angle of 192.33º 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 #427C8B is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB66124139-
CMYK0.530.1100.45
HSL192.33º35.61%40.2%-
HSV(B)192.33º52.52%54.51%-
XYZ14.1117.4427.05-
YUV108.37145.2897.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.06%
GREEN value IS 124 (48.83% from 255) = 37.69%
BLUE value IS 139 (54.69% from 255) = 42.25%
R=20.06%
G=37.69%
B=42.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661241390.530.1100.45192.3335.6140.2
Hex427C8B35B02Dc02428
Octal10217421365130553004450
Binary10000101111100100010111101011011010110111000000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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