Html Css Color HEX #4A9095 Half Baked

📋 copy color: '#4A9095'

red 74 ◦ green 144 ◦ blue 149

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

Shades of Half Baked #4A9095

Tints of Half Baked #4A9095

RGB

 RED value IS 74 (29.3% from 255) = 20.16%

 GREEN value IS 144 (56.64% from 255) = 39.24%

 BLUE value IS 149 (58.59% from 255) = 40.6%

R = 20.16%
G = 39.24%
B = 40.6%

CMYK

 C value IS 0.50

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4A9095 (or 0x4A9095) is known color: Half Baked. HEX triplet: 4A, 90 and 95. RGB value is (74,144,149). Sum of RGB (Red+Green+Blue) = 74+144+149=367 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.16% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 149 - color contains mainly: blue. Hex color #4A9095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9095 is #B56F6A. Grayscale: #7B7B7B. Windows color (decimal): -11890539 or 9801802. OLE color: 9801802.

HSL color Cylindrical-coordinate representation of color #4A9095: hue angle of 184º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A9095 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 74 144 149 -
CMYK 0.50 0.03 0 0.42
HSL 184º 0.34% 0.44% -
HSV(B) 184º 0.5% 0.58% -
XYZ 18.22 23.57 32.02 -
YUV 123.64 142.31 92.59 -
System Red Green Blue C M Y K H S L
Decimal 74 144 149 0.50 0.03 0 0.42 184 0.34 0.44
Hex 4A 90 95 32 3 0 2A B8 22 2C
Octal 112 220 225 62 3 0 52 270 42 54
Binary 1001010 10010000 10010101 110010 11 0 101010 10111000 100010 101100

Color Harmonies of #4A9095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9095

Black with #4A9095

Text Example


Text Example

White with #4A9095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,144,149); }

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

background-color css

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

 a { background-color: rgb(74,144,149); }

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

border-color css

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

 span { border-color: rgb(74,144,149); }

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