#4FBBCD

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

Shades of Viking #4FBBCD

Tints of Viking #4FBBCD

Color information

#4FBBCD (or 0x4FBBCD) is unknown color: approx Viking. HEX triplet: 4F, BB and CD. RGB value is (79,187,205). Sum of RGB (Red+Green+Blue) = 79+187+205=471 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.77% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #4FBBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBBCD is #B04432. Grayscale: #9C9C9C. Windows color (decimal): -11551795 or 13482831. OLE color: 13482831.

HSL color Cylindrical-coordinate representation of color #4FBBCD: hue angle of 188.57º 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 #4FBBCD is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB79187205-
CMYK0.610.0900.20
HSL188.57º55.75%55.69%-
HSV(B)188.57º61.46%80.39%-
XYZ32.0141.6164.1-
YUV156.76155.2272.54-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.77%
GREEN value IS 187 (73.44% from 255) = 39.70%
BLUE value IS 205 (80.47% from 255) = 43.52%
R=16.77%
G=39.70%
B=43.52%

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
Decimal791872050.610.0900.20188.5755.7555.69
Hex4FBBCD3D9014bd3838
Octal11727331575110242757070
Binary10011111011101111001101111101100101010010111101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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