Html Css Color HEX #427C96 Jelly Bean

📋 copy color: '#427C96'

red 66 ◦ green 124 ◦ blue 150

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

Shades of Jelly Bean #427C96

Tints of Jelly Bean #427C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.12%

R = 19.41%
G = 36.47%
B = 44.12%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#427C96 (or 0x427C96) is known color: Jelly Bean. HEX triplet: 42, 7C and 96. RGB value is (66,124,150). Sum of RGB (Red+Green+Blue) = 66+124+150=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: blue. Hex color #427C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427C96 is #BD8369. Grayscale: #6D6D6D. Windows color (decimal): -12419946 or 9862210. OLE color: 9862210.

HSL color Cylindrical-coordinate representation of color #427C96: hue angle of 198.57º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #427C96 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 124 150 -
CMYK 0.56 0.17 0 0.41
HSL 198.57º 0.39% 0.42% -
HSV(B) 198.57º 0.56% 0.59% -
XYZ 14.96 17.78 31.5 -
YUV 109.62 150.78 96.89 -
System Red Green Blue C M Y K H S L
Decimal 66 124 150 0.56 0.17 0 0.41 198.57 0.39 0.42
Hex 42 7C 96 38 11 0 29 C7 27 2A
Octal 102 174 226 70 21 0 51 307 47 52
Binary 1000010 1111100 10010110 111000 10001 0 101001 11000111 100111 101010

Color Harmonies of #427C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C96

Black with #427C96

Text Example


Text Example

White with #427C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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