#4ABBCF

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

Shades of Viking #4ABBCF

Tints of Viking #4ABBCF

Color information

#4ABBCF (or 0x4ABBCF) is unknown color: approx Viking. HEX triplet: 4A, BB and CF. RGB value is (74,187,207). Sum of RGB (Red+Green+Blue) = 74+187+207=468 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.81% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #4ABBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABBCF is #B54430. Grayscale: #9B9B9B. Windows color (decimal): -11879473 or 13613898. OLE color: 13613898.

HSL color Cylindrical-coordinate representation of color #4ABBCF: hue angle of 189.02º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ABBCF is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB74187207-
CMYK0.640.1000.19
HSL189.02º58.08%55.1%-
HSV(B)189.02º64.25%81.18%-
XYZ31.8641.565.36-
YUV155.49157.0669.87-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.81%
GREEN value IS 187 (73.44% from 255) = 39.96%
BLUE value IS 207 (81.25% from 255) = 44.23%
R=15.81%
G=39.96%
B=44.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal741872070.640.1000.19189.0258.0855.1
Hex4ABBCF40A013bd3a37
Octal112273317100120232757267
Binary100101010111011110011111000000101001001110111101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,187,207); }

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

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

 a { background-color: rgb(74,187,207); }

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

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

 span { border-color: rgb(74,187,207); }

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