Html Css Color HEX #427C9F Jelly Bean

📋 copy color: '#427C9F'

red 66 ◦ green 124 ◦ blue 159

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

Shades of Jelly Bean #427C9F

Tints of Jelly Bean #427C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.56%

R = 18.91%
G = 35.53%
B = 45.56%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#427C9F (or 0x427C9F) is known color: Jelly Bean. HEX triplet: 42, 7C and 9F. RGB value is (66,124,159). Sum of RGB (Red+Green+Blue) = 66+124+159=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #427C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427C9F is #BD8360. Grayscale: #6E6E6E. Windows color (decimal): -12419937 or 10452034. OLE color: 10452034.

HSL color Cylindrical-coordinate representation of color #427C9F: hue angle of 202.58º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #427C9F is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 124 159 -
CMYK 0.58 0.22 0 0.38
HSL 202.58º 0.41% 0.44% -
HSV(B) 202.58º 0.58% 0.62% -
XYZ 15.71 18.08 35.46 -
YUV 110.65 155.28 96.15 -
System Red Green Blue C M Y K H S L
Decimal 66 124 159 0.58 0.22 0 0.38 202.58 0.41 0.44
Hex 42 7C 9F 3A 16 0 26 CB 29 2C
Octal 102 174 237 72 26 0 46 313 51 54
Binary 1000010 1111100 10011111 111010 10110 0 100110 11001011 101001 101100

Color Harmonies of #427C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C9F

Black with #427C9F

Text Example


Text Example

White with #427C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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