Html Css Color HEX #427C9B Jelly Bean

📋 copy color: '#427C9B'

red 66 ◦ green 124 ◦ blue 155

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

Shades of Jelly Bean #427C9B

Tints of Jelly Bean #427C9B

RGB

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

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

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

R = 19.13%
G = 35.94%
B = 44.93%

CMYK

 C value IS 0.57

 M value IS 0.2

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#427C9B (or 0x427C9B) is known color: Jelly Bean. HEX triplet: 42, 7C and 9B. RGB value is (66,124,155). Sum of RGB (Red+Green+Blue) = 66+124+155=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #427C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427C9B is #BD8364. Grayscale: #6E6E6E. Windows color (decimal): -12419941 or 10189890. OLE color: 10189890.

HSL color Cylindrical-coordinate representation of color #427C9B: hue angle of 200.9º 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 #427C9B is Cyan = 0.57, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 124 155 -
CMYK 0.57 0.2 0 0.39
HSL 200.9º 0.4% 0.43% -
HSV(B) 200.9º 0.57% 0.61% -
XYZ 15.37 17.94 33.66 -
YUV 110.19 153.28 96.48 -
System Red Green Blue C M Y K H S L
Decimal 66 124 155 0.57 0.2 0 0.39 200.9 0.4 0.43
Hex 42 7C 9B 39 14 0 27 C9 28 2B
Octal 102 174 233 71 24 0 47 311 50 53
Binary 1000010 1111100 10011011 111001 10100 0 100111 11001001 101000 101011

Color Harmonies of #427C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C9B

Black with #427C9B

Text Example


Text Example

White with #427C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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