#427A8A

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

Shades of Jelly Bean #427A8A

Tints of Jelly Bean #427A8A

Color information

#427A8A (or 0x427A8A) is unknown color: approx Jelly Bean. HEX triplet: 42, 7A and 8A. RGB value is (66,122,138). Sum of RGB (Red+Green+Blue) = 66+122+138=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 138 - color contains mainly: blue. Hex color #427A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427A8A is #BD8575. Grayscale: #6A6A6A. Windows color (decimal): -12420470 or 9075266. OLE color: 9075266.

HSL color Cylindrical-coordinate representation of color #427A8A: hue angle of 193.33º 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 #427A8A is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB66122138-
CMYK0.520.1200.46
HSL193.33º35.29%40%-
HSV(B)193.33º52.17%54.12%-
XYZ13.7916.9126.58-
YUV107.08145.4598.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.25%
GREEN value IS 122 (48.05% from 255) = 37.42%
BLUE value IS 138 (54.30% from 255) = 42.33%
R=20.25%
G=37.42%
B=42.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal661221380.520.1200.46193.3335.2940
Hex427A8A34C02Ec12328
Octal10217221264140563014350
Binary10000101111010100010101101001100010111011000001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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