#4FBACD

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

Shades of Viking #4FBACD

Tints of Viking #4FBACD

Color information

#4FBACD (or 0x4FBACD) is unknown color: approx Viking. HEX triplet: 4F, BA and CD. RGB value is (79,186,205). Sum of RGB (Red+Green+Blue) = 79+186+205=470 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.81% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #4FBACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBACD is #B04532. Grayscale: #9B9B9B. Windows color (decimal): -11552051 or 13482575. OLE color: 13482575.

HSL color Cylindrical-coordinate representation of color #4FBACD: hue angle of 189.05º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FBACD is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB79186205-
CMYK0.610.0900.20
HSL189.05º55.75%55.69%-
HSV(B)189.05º61.46%80.39%-
XYZ31.841.1964.03-
YUV156.17155.5572.96-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.81%
GREEN value IS 186 (73.05% from 255) = 39.57%
BLUE value IS 205 (80.47% from 255) = 43.62%
R=16.81%
G=39.57%
B=43.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal791862050.610.0900.20189.0555.7555.69
Hex4FBACD3D9014bd3838
Octal11727231575110242757070
Binary10011111011101011001101111101100101010010111101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,186,205); }

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

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

 a { background-color: rgb(79,186,205); }

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

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

 span { border-color: rgb(79,186,205); }

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