#4CA9BE

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

Shades of Viking #4CA9BE

Tints of Viking #4CA9BE

Color information

#4CA9BE (or 0x4CA9BE) is unknown color: approx Viking. HEX triplet: 4C, A9 and BE. RGB value is (76,169,190). Sum of RGB (Red+Green+Blue) = 76+169+190=435 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.47% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #4CA9BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA9BE is #B35641. Grayscale: #8F8F8F. Windows color (decimal): -11753026 or 12495180. OLE color: 12495180.

HSL color Cylindrical-coordinate representation of color #4CA9BE: hue angle of 191.05º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CA9BE is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB76169190-
CMYK0.600.1100.25
HSL191.05º46.72%52.16%-
HSV(B)191.05º60%74.51%-
XYZ26.4633.6353.81-
YUV143.59154.1979.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.47%
GREEN value IS 169 (66.41% from 255) = 38.85%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=17.47%
G=38.85%
B=43.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal761691900.600.1100.25191.0546.7252.16
Hex4CA9BE3CB019bf2f34
Octal11425127674130312775764
Binary10011001010100110111110111100101101100110111111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,169,190); }

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

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

 a { background-color: rgb(76,169,190); }

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

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

 span { border-color: rgb(76,169,190); }

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