#4F909A

Color #4F909A Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #4F909A

Tints of Half Baked #4F909A

Color information

#4F909A (or 0x4F909A) is unknown color: approx Half Baked. HEX triplet: 4F, 90 and 9A. RGB value is (79,144,154). Sum of RGB (Red+Green+Blue) = 79+144+154=377 (49% of max value = 765). Red value is 79 (31.25% from 255 or 20.95% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 154 - color contains mainly: blue. Hex color #4F909A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F909A is #B06F65. Grayscale: #7D7D7D. Windows color (decimal): -11562854 or 10129487. OLE color: 10129487.

HSL color Cylindrical-coordinate representation of color #4F909A: hue angle of 188º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F909A is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB79144154-
CMYK0.490.0600.40
HSL188º32.19%45.69%-
HSV(B)188º48.7%60.39%-
XYZ19.0323.9434.19-
YUV125.7143.9794.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.95%
GREEN value IS 144 (56.64% from 255) = 38.20%
BLUE value IS 154 (60.55% from 255) = 40.85%
R=20.95%
G=38.20%
B=40.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal791441540.490.0600.4018832.1945.69
Hex4F909A316028bc202e
Octal1172202326160502744056
Binary10011111001000010011010110001110010100010111100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F909A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,144,154); }

 H1.HeaderClassName
 {
   color: #4F909A;
 }
 .AnyTagClassName
 {
   color: #4F909A;
 }
</style>
background-color css

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

 a { background-color: rgb(79,144,154); }

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

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

 span { border-color: rgb(79,144,154); }

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