Html Css Color HEX #427795 Jelly Bean

📋 copy color: '#427795'

red 66 ◦ green 119 ◦ blue 149

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

Shades of Jelly Bean #427795

Tints of Jelly Bean #427795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.63%

 BLUE value IS 149 (58.59% from 255) = 44.61%

R = 19.76%
G = 35.63%
B = 44.61%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#427795 (or 0x427795) is known color: Jelly Bean. HEX triplet: 42, 77 and 95. RGB value is (66,119,149). Sum of RGB (Red+Green+Blue) = 66+119+149=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #427795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427795 is #BD886A. Grayscale: #6A6A6A. Windows color (decimal): -12421227 or 9795394. OLE color: 9795394.

HSL color Cylindrical-coordinate representation of color #427795: hue angle of 201.69º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #427795 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 119 149 -
CMYK 0.56 0.20 0 0.42
HSL 201.69º 0.39% 0.42% -
HSV(B) 201.69º 0.56% 0.58% -
XYZ 14.27 16.52 30.87 -
YUV 106.57 151.94 99.06 -
System Red Green Blue C M Y K H S L
Decimal 66 119 149 0.56 0.20 0 0.42 201.69 0.39 0.42
Hex 42 77 95 38 14 0 2A CA 27 2A
Octal 102 167 225 70 24 0 52 312 47 52
Binary 1000010 1110111 10010101 111000 10100 0 101010 11001010 100111 101010

Color Harmonies of #427795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427795

Black with #427795

Text Example


Text Example

White with #427795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427795; }

 p { color: rgb(66,119,149); }

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

background-color css

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

 a { background-color: rgb(66,119,149); }

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

border-color css

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

 span { border-color: rgb(66,119,149); }

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