#427D9D

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

Shades of Jelly Bean #427D9D

Tints of Jelly Bean #427D9D

Color information

#427D9D (or 0x427D9D) is unknown color: approx Jelly Bean. HEX triplet: 42, 7D and 9D. RGB value is (66,125,157). Sum of RGB (Red+Green+Blue) = 66+125+157=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #427D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427D9D is #BD8262. Grayscale: #6E6E6E. Windows color (decimal): -12419683 or 10321218. OLE color: 10321218.

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

Color convert

RGB66125157-
CMYK0.580.2000.38
HSL201.1º40.81%43.73%-
HSV(B)201.1º57.96%61.57%-
XYZ15.6718.2634.6-
YUV111.01153.9595.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.97%
GREEN value IS 125 (49.22% from 255) = 35.92%
BLUE value IS 157 (61.72% from 255) = 45.11%
R=18.97%
G=35.92%
B=45.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661251570.580.2000.38201.140.8143.73
Hex427D9D3A14026c9292c
Octal10217523572240463115154
Binary100001011111011001110111101010100010011011001001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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