Html Css Color HEX #427493 Jelly Bean

📋 copy color: '#427493'

red 66 ◦ green 116 ◦ blue 147

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

Shades of Jelly Bean #427493

Tints of Jelly Bean #427493

RGB

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

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

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

R = 20.06%
G = 35.26%
B = 44.68%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#427493 (or 0x427493) is known color: Jelly Bean. HEX triplet: 42, 74 and 93. RGB value is (66,116,147). Sum of RGB (Red+Green+Blue) = 66+116+147=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #427493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427493 is #BD8B6C. Grayscale: #686868. Windows color (decimal): -12421997 or 9663554. OLE color: 9663554.

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

Color convert

RGB 66 116 147 -
CMYK 0.55 0.21 0 0.42
HSL 202.96º 0.38% 0.42% -
HSV(B) 202.96º 0.55% 0.58% -
XYZ 13.76 15.76 29.92 -
YUV 104.58 151.94 100.48 -
System Red Green Blue C M Y K H S L
Decimal 66 116 147 0.55 0.21 0 0.42 202.96 0.38 0.42
Hex 42 74 93 37 15 0 2A CB 26 2A
Octal 102 164 223 67 25 0 52 313 46 52
Binary 1000010 1110100 10010011 110111 10101 0 101010 11001011 100110 101010

Color Harmonies of #427493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427493

Black with #427493

Text Example


Text Example

White with #427493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427493; }

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

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

background-color css

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

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

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

border-color css

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

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

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