#4CA1BB

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

Shades of Viking #4CA1BB

Tints of Viking #4CA1BB

Color information

#4CA1BB (or 0x4CA1BB) is unknown color: approx Viking. HEX triplet: 4C, A1 and BB. RGB value is (76,161,187). Sum of RGB (Red+Green+Blue) = 76+161+187=424 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.92% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #4CA1BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA1BB is #B35E44. Grayscale: #8A8A8A. Windows color (decimal): -11755077 or 12296524. OLE color: 12296524.

HSL color Cylindrical-coordinate representation of color #4CA1BB: hue angle of 194.05º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CA1BB is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB76161187-
CMYK0.590.1400.27
HSL194.05º44.94%51.57%-
HSV(B)194.05º59.36%73.33%-
XYZ24.730.6151.62-
YUV138.55155.3483.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.92%
GREEN value IS 161 (63.28% from 255) = 37.97%
BLUE value IS 187 (73.44% from 255) = 44.10%
R=17.92%
G=37.97%
B=44.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal761611870.590.1400.27194.0544.9451.57
Hex4CA1BB3BE01Bc22d34
Octal11424127373160333025564
Binary10011001010000110111011111011111001101111000010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,161,187); }

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

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

 a { background-color: rgb(76,161,187); }

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

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

 span { border-color: rgb(76,161,187); }

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