#4fb0ca

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

Shades of Viking #4FB0CA

Tints of Viking #4FB0CA

Color information

#4FB0CA (or 0x4FB0CA) is unknown color: approx Viking. HEX triplet: 4F, B0 and CA. RGB value is (79,176,202). Sum of RGB (Red+Green+Blue) = 79+176+202=457 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.29% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #4FB0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FB0CA is #B04F35. Grayscale: #959595. Windows color (decimal): -11554614 or 13283407. OLE color: 13283407.

HSL color Cylindrical-coordinate representation of color #4FB0CA: hue angle of 192.68º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FB0CA is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB79176202-
CMYK0.610.1300.21
HSL192.68º53.71%55.1%-
HSV(B)192.68º60.89%79.22%-
XYZ29.4136.9861.46-
YUV149.96157.3677.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.29%
GREEN value IS 176 (69.14% from 255) = 38.51%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=17.29%
G=38.51%
B=44.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal791762020.610.1300.21192.6853.7155.1
Hex4FB0CA3DD015c13637
Octal11726031275150253016667
Binary10011111011000011001010111101110101010111000001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4fb0ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,176,202); }

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

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

 a { background-color: rgb(79,176,202); }

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

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

 span { border-color: rgb(79,176,202); }

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