#4CB3D7

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

Shades of Viking #4CB3D7

Tints of Viking #4CB3D7

Color information

#4CB3D7 (or 0x4CB3D7) is unknown color: approx Viking. HEX triplet: 4C, B3 and D7. RGB value is (76,179,215). Sum of RGB (Red+Green+Blue) = 76+179+215=470 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.17% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 215 - color contains mainly: blue. Hex color #4CB3D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB3D7 is #B34C28. Grayscale: #989898. Windows color (decimal): -11750441 or 14136140. OLE color: 14136140.

HSL color Cylindrical-coordinate representation of color #4CB3D7: hue angle of 195.54º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CB3D7 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB76179215-
CMYK0.650.1700.16
HSL195.54º63.47%57.06%-
HSV(B)195.54º64.65%84.31%-
XYZ31.3738.6870.1-
YUV152.31163.3873.57-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.17%
GREEN value IS 179 (70.31% from 255) = 38.09%
BLUE value IS 215 (84.38% from 255) = 45.74%
R=16.17%
G=38.09%
B=45.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal761792150.650.1700.16195.5463.4757.06
Hex4CB3D74111010c43f39
Octal114263327101210203047771
Binary1001100101100111101011110000011000101000011000100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,179,215); }

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

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

 a { background-color: rgb(76,179,215); }

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

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

 span { border-color: rgb(76,179,215); }

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