Html Css Color HEX #427394 Jelly Bean

📋 copy color: '#427394'

red 66 ◦ green 115 ◦ blue 148

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

Shades of Jelly Bean #427394

Tints of Jelly Bean #427394

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.95%

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

R = 20.06%
G = 34.95%
B = 44.98%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#427394 (or 0x427394) is known color: Jelly Bean. HEX triplet: 42, 73 and 94. RGB value is (66,115,148). Sum of RGB (Red+Green+Blue) = 66+115+148=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #427394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427394 is #BD8C6B. Grayscale: #676767. Windows color (decimal): -12422252 or 9728834. OLE color: 9728834.

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

Color convert

RGB 66 115 148 -
CMYK 0.55 0.22 0 0.42
HSL 204.15º 0.38% 0.42% -
HSV(B) 204.15º 0.55% 0.58% -
XYZ 13.72 15.56 30.3 -
YUV 104.11 152.77 100.82 -
System Red Green Blue C M Y K H S L
Decimal 66 115 148 0.55 0.22 0 0.42 204.15 0.38 0.42
Hex 42 73 94 37 16 0 2A CC 26 2A
Octal 102 163 224 67 26 0 52 314 46 52
Binary 1000010 1110011 10010100 110111 10110 0 101010 11001100 100110 101010

Color Harmonies of #427394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427394

Black with #427394

Text Example


Text Example

White with #427394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427394; }

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

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

background-color css

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

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

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

border-color css

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

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

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