Html Css Color HEX #4B738A Jelly Bean

📋 copy color: '#4B738A'

red 75 ◦ green 115 ◦ blue 138

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

Shades of Jelly Bean #4B738A

Tints of Jelly Bean #4B738A

RGB

 RED value IS 75 (29.69% from 255) = 22.87%

 GREEN value IS 115 (45.31% from 255) = 35.06%

 BLUE value IS 138 (54.3% from 255) = 42.07%

R = 22.87%
G = 35.06%
B = 42.07%

CMYK

 C value IS 0.46

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4B738A (or 0x4B738A) is known color: Jelly Bean. HEX triplet: 4B, 73 and 8A. RGB value is (75,115,138). Sum of RGB (Red+Green+Blue) = 75+115+138=328 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.87% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 138 - color contains mainly: blue. Hex color #4B738A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B738A is #B48C75. Grayscale: #696969. Windows color (decimal): -11832438 or 9073483. OLE color: 9073483.

HSL color Cylindrical-coordinate representation of color #4B738A: hue angle of 201.9º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B738A is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 75 115 138 -
CMYK 0.46 0.17 0 0.46
HSL 201.9º 0.3% 0.42% -
HSV(B) 201.9º 0.46% 0.54% -
XYZ 13.62 15.59 26.34 -
YUV 105.66 146.25 106.13 -
System Red Green Blue C M Y K H S L
Decimal 75 115 138 0.46 0.17 0 0.46 201.9 0.3 0.42
Hex 4B 73 8A 2E 11 0 2E CA 1E 2A
Octal 113 163 212 56 21 0 56 312 36 52
Binary 1001011 1110011 10001010 101110 10001 0 101110 11001010 11110 101010

Color Harmonies of #4B738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B738A

Black with #4B738A

Text Example


Text Example

White with #4B738A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B738A; }

 p { color: rgb(75,115,138); }

 H1.HeaderClassName
 {
   color: #4B738A;
 }
 .AnyTagClassName
 {
   color: #4B738A;
 }
</style>

background-color css

<style>
 a { background-color: #4B738A; }

 a { background-color: rgb(75,115,138); }

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

border-color css

<style>
 span { border-color: #4B738A; }

 span { border-color: rgb(75,115,138); }

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