Html Css Color HEX #427893 Jelly Bean

📋 copy color: '#427893'

red 66 ◦ green 120 ◦ blue 147

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

Shades of Jelly Bean #427893

Tints of Jelly Bean #427893

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.04%

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

R = 19.82%
G = 36.04%
B = 44.14%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#427893 (or 0x427893) is known color: Jelly Bean. HEX triplet: 42, 78 and 93. RGB value is (66,120,147). Sum of RGB (Red+Green+Blue) = 66+120+147=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #427893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427893 is #BD876C. Grayscale: #6A6A6A. Windows color (decimal): -12420973 or 9664578. OLE color: 9664578.

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

Color convert

RGB 66 120 147 -
CMYK 0.55 0.18 0 0.42
HSL 200º 0.38% 0.42% -
HSV(B) 200º 0.55% 0.58% -
XYZ 14.23 16.7 30.08 -
YUV 106.93 150.61 98.8 -
System Red Green Blue C M Y K H S L
Decimal 66 120 147 0.55 0.18 0 0.42 200 0.38 0.42
Hex 42 78 93 37 12 0 2A C8 26 2A
Octal 102 170 223 67 22 0 52 310 46 52
Binary 1000010 1111000 10010011 110111 10010 0 101010 11001000 100110 101010

Color Harmonies of #427893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427893

Black with #427893

Text Example


Text Example

White with #427893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427893; }

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

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

background-color css

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

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

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

border-color css

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

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

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