#4bb7c3

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

Shades of Viking #4BB7C3

Tints of Viking #4BB7C3

Color information

#4BB7C3 (or 0x4BB7C3) is unknown color: approx Viking. HEX triplet: 4B, B7 and C3. RGB value is (75,183,195). Sum of RGB (Red+Green+Blue) = 75+183+195=453 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.56% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 195 (76.56% from 255 or 43.05% from 453); Max value from RGB is 195 - color contains mainly: blue. Hex color #4BB7C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BB7C3 is #B4483C. Grayscale: #979797. Windows color (decimal): -11814973 or 12826443. OLE color: 12826443.

HSL color Cylindrical-coordinate representation of color #4BB7C3: hue angle of 186º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BB7C3 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB75183195-
CMYK0.620.0600.24
HSL186º50%52.94%-
HSV(B)186º61.54%76.47%-
XYZ29.6939.357.65-
YUV152.08152.2273.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.56%
GREEN value IS 183 (71.88% from 255) = 40.40%
BLUE value IS 195 (76.56% from 255) = 43.05%
R=16.56%
G=40.40%
B=43.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal751831950.620.0600.241865052.94
Hex4BB7C33E6018ba3235
Octal1132673037660302726265
Binary1001011101101111100001111111011001100010111010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4bb7c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,183,195); }

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

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

 a { background-color: rgb(75,183,195); }

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

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

 span { border-color: rgb(75,183,195); }

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