Html Css Color HEX #427C92 Jelly Bean

📋 copy color: '#427C92'

red 66 ◦ green 124 ◦ blue 146

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

Shades of Jelly Bean #427C92

Tints of Jelly Bean #427C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.45%

R = 19.64%
G = 36.9%
B = 43.45%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#427C92 (or 0x427C92) is known color: Jelly Bean. HEX triplet: 42, 7C and 92. RGB value is (66,124,146). Sum of RGB (Red+Green+Blue) = 66+124+146=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #427C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427C92 is #BD836D. Grayscale: #6D6D6D. Windows color (decimal): -12419950 or 9600066. OLE color: 9600066.

HSL color Cylindrical-coordinate representation of color #427C92: hue angle of 196.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #427C92 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 124 146 -
CMYK 0.55 0.15 0 0.43
HSL 196.5º 0.38% 0.42% -
HSV(B) 196.5º 0.55% 0.57% -
XYZ 14.64 17.65 29.83 -
YUV 109.17 148.78 97.21 -
System Red Green Blue C M Y K H S L
Decimal 66 124 146 0.55 0.15 0 0.43 196.5 0.38 0.42
Hex 42 7C 92 37 F 0 2B C4 26 2A
Octal 102 174 222 67 17 0 53 304 46 52
Binary 1000010 1111100 10010010 110111 1111 0 101011 11000100 100110 101010

Color Harmonies of #427C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C92

Black with #427C92

Text Example


Text Example

White with #427C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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