#427B93

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

Shades of Jelly Bean #427B93

Tints of Jelly Bean #427B93

Color information

#427B93 (or 0x427B93) is unknown color: approx Jelly Bean. HEX triplet: 42, 7B and 93. RGB value is (66,123,147). Sum of RGB (Red+Green+Blue) = 66+123+147=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 147 - color contains mainly: blue. Hex color #427B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427B93 is #BD846C. Grayscale: #6C6C6C. Windows color (decimal): -12420205 or 9665346. OLE color: 9665346.

HSL color Cylindrical-coordinate representation of color #427B93: hue angle of 197.78º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #427B93 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB66123147-
CMYK0.550.1600.42
HSL197.78º38.03%41.76%-
HSV(B)197.78º55.1%57.65%-
XYZ14.617.4330.2-
YUV108.69149.6297.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.64%
GREEN value IS 123 (48.44% from 255) = 36.61%
BLUE value IS 147 (57.81% from 255) = 43.75%
R=19.64%
G=36.61%
B=43.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661231470.550.1600.42197.7838.0341.76
Hex427B93371002Ac6262a
Octal10217322367200523064652
Binary100001011110111001001111011110000010101011000110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,123,147); }

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

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

 a { background-color: rgb(66,123,147); }

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

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

 span { border-color: rgb(66,123,147); }

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