Html Css Color HEX #427694 Jelly Bean

📋 copy color: '#427694'

red 66 ◦ green 118 ◦ blue 148

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

Shades of Jelly Bean #427694

Tints of Jelly Bean #427694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.58%

R = 19.88%
G = 35.54%
B = 44.58%

CMYK

 C value IS 0.55

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#427694 (or 0x427694) is known color: Jelly Bean. HEX triplet: 42, 76 and 94. RGB value is (66,118,148). Sum of RGB (Red+Green+Blue) = 66+118+148=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #427694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427694 is #BD896B. Grayscale: #696969. Windows color (decimal): -12421484 or 9729602. OLE color: 9729602.

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

Color convert

RGB 66 118 148 -
CMYK 0.55 0.20 0 0.42
HSL 201.95º 0.38% 0.42% -
HSV(B) 201.95º 0.55% 0.58% -
XYZ 14.07 16.25 30.41 -
YUV 105.87 151.77 99.56 -
System Red Green Blue C M Y K H S L
Decimal 66 118 148 0.55 0.20 0 0.42 201.95 0.38 0.42
Hex 42 76 94 37 14 0 2A CA 26 2A
Octal 102 166 224 67 24 0 52 312 46 52
Binary 1000010 1110110 10010100 110111 10100 0 101010 11001010 100110 101010

Color Harmonies of #427694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427694

Black with #427694

Text Example


Text Example

White with #427694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427694; }

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

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

background-color css

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

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

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

border-color css

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

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

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