Html Css Color HEX #427D90 Jelly Bean

📋 copy color: '#427D90'

red 66 ◦ green 125 ◦ blue 144

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

Shades of Jelly Bean #427D90

Tints of Jelly Bean #427D90

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.31%

 BLUE value IS 144 (56.64% from 255) = 42.99%

R = 19.7%
G = 37.31%
B = 42.99%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#427D90 (or 0x427D90) is known color: Jelly Bean. HEX triplet: 42, 7D and 90. RGB value is (66,125,144). Sum of RGB (Red+Green+Blue) = 66+125+144=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #427D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427D90 is #BD826F. Grayscale: #6D6D6D. Windows color (decimal): -12419696 or 9469250. OLE color: 9469250.

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

Color convert

RGB 66 125 144 -
CMYK 0.54 0.13 0 0.44
HSL 194.62º 0.37% 0.41% -
HSV(B) 194.62º 0.54% 0.56% -
XYZ 14.61 17.84 29.06 -
YUV 109.53 147.45 96.96 -
System Red Green Blue C M Y K H S L
Decimal 66 125 144 0.54 0.13 0 0.44 194.62 0.37 0.41
Hex 42 7D 90 36 D 0 2C C3 25 29
Octal 102 175 220 66 15 0 54 303 45 51
Binary 1000010 1111101 10010000 110110 1101 0 101100 11000011 100101 101001

Color Harmonies of #427D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427D90

Black with #427D90

Text Example


Text Example

White with #427D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,125,144); }

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

background-color css

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

 a { background-color: rgb(66,125,144); }

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

border-color css

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

 span { border-color: rgb(66,125,144); }

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