Html Css Color HEX #427A9B Jelly Bean

📋 copy color: '#427A9B'

red 66 ◦ green 122 ◦ blue 155

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

Shades of Jelly Bean #427A9B

Tints of Jelly Bean #427A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.19%

R = 19.24%
G = 35.57%
B = 45.19%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#427A9B (or 0x427A9B) is known color: Jelly Bean. HEX triplet: 42, 7A and 9B. RGB value is (66,122,155). Sum of RGB (Red+Green+Blue) = 66+122+155=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #427A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427A9B is #BD8564. Grayscale: #6C6C6C. Windows color (decimal): -12420453 or 10189378. OLE color: 10189378.

HSL color Cylindrical-coordinate representation of color #427A9B: hue angle of 202.25º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #427A9B is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 122 155 -
CMYK 0.57 0.21 0 0.39
HSL 202.25º 0.4% 0.43% -
HSV(B) 202.25º 0.57% 0.61% -
XYZ 15.12 17.44 33.58 -
YUV 109.02 153.95 97.32 -
System Red Green Blue C M Y K H S L
Decimal 66 122 155 0.57 0.21 0 0.39 202.25 0.4 0.43
Hex 42 7A 9B 39 15 0 27 CA 28 2B
Octal 102 172 233 71 25 0 47 312 50 53
Binary 1000010 1111010 10011011 111001 10101 0 100111 11001010 101000 101011

Color Harmonies of #427A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427A9B

Black with #427A9B

Text Example


Text Example

White with #427A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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