Html Css Color HEX #427593 Jelly Bean

📋 copy color: '#427593'

red 66 ◦ green 117 ◦ blue 147

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

Shades of Jelly Bean #427593

Tints of Jelly Bean #427593

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.45%

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

R = 20%
G = 35.45%
B = 44.55%

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

#427593 (or 0x427593) is known color: Jelly Bean. HEX triplet: 42, 75 and 93. RGB value is (66,117,147). Sum of RGB (Red+Green+Blue) = 66+117+147=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #427593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427593 is #BD8A6C. Grayscale: #696969. Windows color (decimal): -12421741 or 9663810. OLE color: 9663810.

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

Color convert

RGB 66 117 147 -
CMYK 0.55 0.20 0 0.42
HSL 202.22º 0.38% 0.42% -
HSV(B) 202.22º 0.55% 0.58% -
XYZ 13.87 15.99 29.96 -
YUV 105.17 151.6 100.06 -
System Red Green Blue C M Y K H S L
Decimal 66 117 147 0.55 0.20 0 0.42 202.22 0.38 0.42
Hex 42 75 93 37 14 0 2A CA 26 2A
Octal 102 165 223 67 24 0 52 312 46 52
Binary 1000010 1110101 10010011 110111 10100 0 101010 11001010 100110 101010

Color Harmonies of #427593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427593

Black with #427593

Text Example


Text Example

White with #427593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427593; }

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

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

background-color css

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

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

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

border-color css

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

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

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