Html Css Color HEX #427193 Jelly Bean

📋 copy color: '#427193'

red 66 ◦ green 113 ◦ blue 147

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

Shades of Jelly Bean #427193

Tints of Jelly Bean #427193

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.66%

 BLUE value IS 147 (57.81% from 255) = 45.09%

R = 20.25%
G = 34.66%
B = 45.09%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#427193 (or 0x427193) is known color: Jelly Bean. HEX triplet: 42, 71 and 93. RGB value is (66,113,147). Sum of RGB (Red+Green+Blue) = 66+113+147=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #427193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427193 is #BD8E6C. Grayscale: #666666. Windows color (decimal): -12422765 or 9662786. OLE color: 9662786.

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

Color convert

RGB 66 113 147 -
CMYK 0.55 0.23 0 0.42
HSL 205.19º 0.38% 0.42% -
HSV(B) 205.19º 0.55% 0.58% -
XYZ 13.42 15.08 29.81 -
YUV 102.82 152.93 101.74 -
System Red Green Blue C M Y K H S L
Decimal 66 113 147 0.55 0.23 0 0.42 205.19 0.38 0.42
Hex 42 71 93 37 17 0 2A CD 26 2A
Octal 102 161 223 67 27 0 52 315 46 52
Binary 1000010 1110001 10010011 110111 10111 0 101010 11001101 100110 101010

Color Harmonies of #427193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427193

Black with #427193

Text Example


Text Example

White with #427193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427193; }

 p { color: rgb(66,113,147); }

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

background-color css

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

 a { background-color: rgb(66,113,147); }

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

border-color css

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

 span { border-color: rgb(66,113,147); }

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