#4cb7d4

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

Shades of Viking #4CB7D4

Tints of Viking #4CB7D4

Color information

#4CB7D4 (or 0x4CB7D4) is unknown color: approx Viking. HEX triplet: 4C, B7 and D4. RGB value is (76,183,212). Sum of RGB (Red+Green+Blue) = 76+183+212=471 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.14% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 212 - color contains mainly: blue. Hex color #4CB7D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB7D4 is #B3482B. Grayscale: #9A9A9A. Windows color (decimal): -11749420 or 13940556. OLE color: 13940556.

HSL color Cylindrical-coordinate representation of color #4CB7D4: hue angle of 192.79º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CB7D4 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB76183212-
CMYK0.640.1400.17
HSL192.79º61.26%56.47%-
HSV(B)192.79º64.15%83.14%-
XYZ31.840.1668.36-
YUV154.31160.5572.14-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.14%
GREEN value IS 183 (71.88% from 255) = 38.85%
BLUE value IS 212 (83.20% from 255) = 45.01%
R=16.14%
G=38.85%
B=45.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal761832120.640.1400.17192.7961.2656.47
Hex4CB7D440E011c13d38
Octal114267324100160213017570
Binary100110010110111110101001000000111001000111000001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cb7d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,183,212); }

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

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

 a { background-color: rgb(76,183,212); }

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

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

 span { border-color: rgb(76,183,212); }

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