Html Css Color HEX #427692 Jelly Bean

📋 copy color: '#427692'

red 66 ◦ green 118 ◦ blue 146

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

Shades of Jelly Bean #427692

Tints of Jelly Bean #427692

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.76%

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

R = 20%
G = 35.76%
B = 44.24%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#427692 (or 0x427692) is known color: Jelly Bean. HEX triplet: 42, 76 and 92. RGB value is (66,118,146). Sum of RGB (Red+Green+Blue) = 66+118+146=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #427692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427692 is #BD896D. Grayscale: #696969. Windows color (decimal): -12421486 or 9598530. OLE color: 9598530.

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

Color convert

RGB 66 118 146 -
CMYK 0.55 0.19 0 0.43
HSL 201º 0.38% 0.42% -
HSV(B) 201º 0.55% 0.57% -
XYZ 13.91 16.19 29.59 -
YUV 105.64 150.77 99.72 -
System Red Green Blue C M Y K H S L
Decimal 66 118 146 0.55 0.19 0 0.43 201 0.38 0.42
Hex 42 76 92 37 13 0 2B C9 26 2A
Octal 102 166 222 67 23 0 53 311 46 52
Binary 1000010 1110110 10010010 110111 10011 0 101011 11001001 100110 101010

Color Harmonies of #427692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427692

Black with #427692

Text Example


Text Example

White with #427692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427692; }

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

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

background-color css

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

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

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

border-color css

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

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

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