Html Css Color HEX #427C93 Jelly Bean

📋 copy color: '#427C93'

red 66 ◦ green 124 ◦ blue 147

#427C93
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #427C93

Tints of Jelly Bean #427C93

RGB

 RED value IS 66 (26.17% from 255) = 19.58%

 GREEN value IS 124 (48.83% from 255) = 36.8%

 BLUE value IS 147 (57.81% from 255) = 43.62%

R = 19.58%
G = 36.8%
B = 43.62%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#427C93 (or 0x427C93) is known color: Jelly Bean. HEX triplet: 42, 7C and 93. RGB value is (66,124,147). Sum of RGB (Red+Green+Blue) = 66+124+147=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 147 - color contains mainly: blue. Hex color #427C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427C93 is #BD836C. Grayscale: #6D6D6D. Windows color (decimal): -12419949 or 9665602. OLE color: 9665602.

HSL color Cylindrical-coordinate representation of color #427C93: hue angle of 197.04º 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 #427C93 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 124 147 -
CMYK 0.55 0.16 0 0.42
HSL 197.04º 0.38% 0.42% -
HSV(B) 197.04º 0.55% 0.58% -
XYZ 14.72 17.68 30.24 -
YUV 109.28 149.28 97.13 -
System Red Green Blue C M Y K H S L
Decimal 66 124 147 0.55 0.16 0 0.42 197.04 0.38 0.42
Hex 42 7C 93 37 10 0 2A C5 26 2A
Octal 102 174 223 67 20 0 52 305 46 52
Binary 1000010 1111100 10010011 110111 10000 0 101010 11000101 100110 101010

Color Harmonies of #427C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C93

Black with #427C93

Text Example


Text Example

White with #427C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #427C93;
 }
 .AnyTagClassName
 {
   color: #427C93;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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