Html Css Color HEX #427A9D Jelly Bean

📋 copy color: '#427A9D'

red 66 ◦ green 122 ◦ blue 157

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

Shades of Jelly Bean #427A9D

Tints of Jelly Bean #427A9D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.36%

 BLUE value IS 157 (61.72% from 255) = 45.51%

R = 19.13%
G = 35.36%
B = 45.51%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#427A9D (or 0x427A9D) is known color: Jelly Bean. HEX triplet: 42, 7A and 9D. RGB value is (66,122,157). Sum of RGB (Red+Green+Blue) = 66+122+157=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #427A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427A9D is #BD8562. Grayscale: #6D6D6D. Windows color (decimal): -12420451 or 10320450. OLE color: 10320450.

HSL color Cylindrical-coordinate representation of color #427A9D: hue angle of 203.08º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #427A9D is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 122 157 -
CMYK 0.58 0.22 0 0.38
HSL 203.08º 0.41% 0.44% -
HSV(B) 203.08º 0.58% 0.62% -
XYZ 15.29 17.51 34.47 -
YUV 109.25 154.95 97.15 -
System Red Green Blue C M Y K H S L
Decimal 66 122 157 0.58 0.22 0 0.38 203.08 0.41 0.44
Hex 42 7A 9D 3A 16 0 26 CB 29 2C
Octal 102 172 235 72 26 0 46 313 51 54
Binary 1000010 1111010 10011101 111010 10110 0 100110 11001011 101001 101100

Color Harmonies of #427A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427A9D

Black with #427A9D

Text Example


Text Example

White with #427A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,122,157); }

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

background-color css

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

 a { background-color: rgb(66,122,157); }

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

border-color css

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

 span { border-color: rgb(66,122,157); }

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