Html Css Color HEX #427F8C Jelly Bean

📋 copy color: '#427F8C'

red 66 ◦ green 127 ◦ blue 140

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

Shades of Jelly Bean #427F8C

Tints of Jelly Bean #427F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.04%

R = 19.82%
G = 38.14%
B = 42.04%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#427F8C (or 0x427F8C) is known color: Jelly Bean. HEX triplet: 42, 7F and 8C. RGB value is (66,127,140). Sum of RGB (Red+Green+Blue) = 66+127+140=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 140 - color contains mainly: blue. Hex color #427F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427F8C is #BD8073. Grayscale: #6E6E6E. Windows color (decimal): -12419188 or 9207618. OLE color: 9207618.

HSL color Cylindrical-coordinate representation of color #427F8C: hue angle of 190.54º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #427F8C is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 127 140 -
CMYK 0.53 0.09 0 0.45
HSL 190.54º 0.36% 0.4% -
HSV(B) 190.54º 0.53% 0.55% -
XYZ 14.57 18.23 27.56 -
YUV 110.24 144.79 96.44 -
System Red Green Blue C M Y K H S L
Decimal 66 127 140 0.53 0.09 0 0.45 190.54 0.36 0.4
Hex 42 7F 8C 35 9 0 2D BF 24 28
Octal 102 177 214 65 11 0 55 277 44 50
Binary 1000010 1111111 10001100 110101 1001 0 101101 10111111 100100 101000

Color Harmonies of #427F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427F8C

Black with #427F8C

Text Example


Text Example

White with #427F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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