Html Css Color HEX #427F93 Jelly Bean

📋 copy color: '#427F93'

red 66 ◦ green 127 ◦ blue 147

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

Shades of Jelly Bean #427F93

Tints of Jelly Bean #427F93

RGB

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

 GREEN value IS 127 (50% from 255) = 37.35%

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

R = 19.41%
G = 37.35%
B = 43.24%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#427F93 (or 0x427F93) is known color: Jelly Bean. HEX triplet: 42, 7F and 93. RGB value is (66,127,147). Sum of RGB (Red+Green+Blue) = 66+127+147=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #427F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427F93 is #BD806C. Grayscale: #6E6E6E. Windows color (decimal): -12419181 or 9666370. OLE color: 9666370.

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

Color convert

RGB 66 127 147 -
CMYK 0.55 0.14 0 0.42
HSL 194.81º 0.38% 0.42% -
HSV(B) 194.81º 0.55% 0.58% -
XYZ 15.1 18.44 30.37 -
YUV 111.04 148.29 95.87 -
System Red Green Blue C M Y K H S L
Decimal 66 127 147 0.55 0.14 0 0.42 194.81 0.38 0.42
Hex 42 7F 93 37 E 0 2A C3 26 2A
Octal 102 177 223 67 16 0 52 303 46 52
Binary 1000010 1111111 10010011 110111 1110 0 101010 11000011 100110 101010

Color Harmonies of #427F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427F93

Black with #427F93

Text Example


Text Example

White with #427F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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