Html Css Color HEX #427492 Jelly Bean

📋 copy color: '#427492'

red 66 ◦ green 116 ◦ blue 146

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

Shades of Jelly Bean #427492

Tints of Jelly Bean #427492

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.37%

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

R = 20.12%
G = 35.37%
B = 44.51%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#427492 (or 0x427492) is known color: Jelly Bean. HEX triplet: 42, 74 and 92. RGB value is (66,116,146). Sum of RGB (Red+Green+Blue) = 66+116+146=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #427492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427492 is #BD8B6D. Grayscale: #686868. Windows color (decimal): -12421998 or 9598018. OLE color: 9598018.

HSL color Cylindrical-coordinate representation of color #427492: hue angle of 202.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 #427492 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 116 146 -
CMYK 0.55 0.21 0 0.43
HSL 202.5º 0.38% 0.42% -
HSV(B) 202.5º 0.55% 0.57% -
XYZ 13.68 15.72 29.51 -
YUV 104.47 151.44 100.56 -
System Red Green Blue C M Y K H S L
Decimal 66 116 146 0.55 0.21 0 0.43 202.5 0.38 0.42
Hex 42 74 92 37 15 0 2B CA 26 2A
Octal 102 164 222 67 25 0 53 312 46 52
Binary 1000010 1110100 10010010 110111 10101 0 101011 11001010 100110 101010

Color Harmonies of #427492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427492

Black with #427492

Text Example


Text Example

White with #427492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427492; }

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

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

background-color css

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

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

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

border-color css

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

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

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