Html Css Color HEX #427C91 Jelly Bean

📋 copy color: '#427C91'

red 66 ◦ green 124 ◦ blue 145

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

Shades of Jelly Bean #427C91

Tints of Jelly Bean #427C91

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.01%

 BLUE value IS 145 (57.03% from 255) = 43.28%

R = 19.7%
G = 37.01%
B = 43.28%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#427C91 (or 0x427C91) is known color: Jelly Bean. HEX triplet: 42, 7C and 91. RGB value is (66,124,145). Sum of RGB (Red+Green+Blue) = 66+124+145=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 145 - color contains mainly: blue. Hex color #427C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427C91 is #BD836E. Grayscale: #6C6C6C. Windows color (decimal): -12419951 or 9534530. OLE color: 9534530.

HSL color Cylindrical-coordinate representation of color #427C91: hue angle of 195.95º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #427C91 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 124 145 -
CMYK 0.54 0.14 0 0.43
HSL 195.95º 0.37% 0.41% -
HSV(B) 195.95º 0.54% 0.57% -
XYZ 14.57 17.62 29.42 -
YUV 109.05 148.28 97.29 -
System Red Green Blue C M Y K H S L
Decimal 66 124 145 0.54 0.14 0 0.43 195.95 0.37 0.41
Hex 42 7C 91 36 E 0 2B C4 25 29
Octal 102 174 221 66 16 0 53 304 45 51
Binary 1000010 1111100 10010001 110110 1110 0 101011 11000100 100101 101001

Color Harmonies of #427C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C91

Black with #427C91

Text Example


Text Example

White with #427C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427C91; }

 p { color: rgb(66,124,145); }

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

background-color css

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

 a { background-color: rgb(66,124,145); }

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

border-color css

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

 span { border-color: rgb(66,124,145); }

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