#4CA8BF

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

Shades of Viking #4CA8BF

Tints of Viking #4CA8BF

Color information

#4CA8BF (or 0x4CA8BF) is unknown color: approx Viking. HEX triplet: 4C, A8 and BF. RGB value is (76,168,191). Sum of RGB (Red+Green+Blue) = 76+168+191=435 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.47% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 191 - color contains mainly: blue. Hex color #4CA8BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA8BF is #B35740. Grayscale: #8E8E8E. Windows color (decimal): -11753281 or 12560460. OLE color: 12560460.

HSL color Cylindrical-coordinate representation of color #4CA8BF: hue angle of 192º 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 #4CA8BF is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB76168191-
CMYK0.600.1200.25
HSL192º47.33%52.35%-
HSV(B)192º60.21%74.9%-
XYZ26.3933.354.33-
YUV143.11155.0280.13-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.47%
GREEN value IS 168 (66.02% from 255) = 38.62%
BLUE value IS 191 (75% from 255) = 43.91%
R=17.47%
G=38.62%
B=43.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal761681910.600.1200.2519247.3352.35
Hex4CA8BF3CC019c02f34
Octal11425027774140313005764
Binary10011001010100010111111111100110001100111000000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,168,191); }

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

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

 a { background-color: rgb(76,168,191); }

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

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

 span { border-color: rgb(76,168,191); }

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