#427c9d

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

Shades of Jelly Bean #427C9D

Tints of Jelly Bean #427C9D

Color information

#427C9D (or 0x427C9D) is unknown color: approx Jelly Bean. HEX triplet: 42, 7C and 9D. RGB value is (66,124,157). Sum of RGB (Red+Green+Blue) = 66+124+157=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #427C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427C9D is #BD8362. Grayscale: #6E6E6E. Windows color (decimal): -12419939 or 10320962. OLE color: 10320962.

HSL color Cylindrical-coordinate representation of color #427C9D: hue angle of 201.76º 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 #427C9D is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB66124157-
CMYK0.580.2100.38
HSL201.76º40.81%43.73%-
HSV(B)201.76º57.96%61.57%-
XYZ15.5418.0134.56-
YUV110.42154.2896.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.02%
GREEN value IS 124 (48.83% from 255) = 35.73%
BLUE value IS 157 (61.72% from 255) = 45.24%
R=19.02%
G=35.73%
B=45.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661241570.580.2100.38201.7640.8143.73
Hex427C9D3A15026ca292c
Octal10217423572250463125154
Binary100001011111001001110111101010101010011011001010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427c9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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