Html Css Color HEX #427C9E Jelly Bean

📋 copy color: '#427C9E'

red 66 ◦ green 124 ◦ blue 158

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

Shades of Jelly Bean #427C9E

Tints of Jelly Bean #427C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.4%

R = 18.97%
G = 35.63%
B = 45.4%

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

#427C9E (or 0x427C9E) is known color: Jelly Bean. HEX triplet: 42, 7C and 9E. RGB value is (66,124,158). Sum of RGB (Red+Green+Blue) = 66+124+158=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #427C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427C9E is #BD8361. Grayscale: #6E6E6E. Windows color (decimal): -12419938 or 10386498. OLE color: 10386498.

HSL color Cylindrical-coordinate representation of color #427C9E: hue angle of 202.17º 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 #427C9E is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 124 158 -
CMYK 0.58 0.22 0 0.38
HSL 202.17º 0.41% 0.44% -
HSV(B) 202.17º 0.58% 0.62% -
XYZ 15.63 18.04 35.01 -
YUV 110.53 154.78 96.24 -
System Red Green Blue C M Y K H S L
Decimal 66 124 158 0.58 0.22 0 0.38 202.17 0.41 0.44
Hex 42 7C 9E 3A 16 0 26 CA 29 2C
Octal 102 174 236 72 26 0 46 312 51 54
Binary 1000010 1111100 10011110 111010 10110 0 100110 11001010 101001 101100

Color Harmonies of #427C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C9E

Black with #427C9E

Text Example


Text Example

White with #427C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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