#4BB3CC

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

Shades of Viking #4BB3CC

Tints of Viking #4BB3CC

Color information

#4BB3CC (or 0x4BB3CC) is unknown color: approx Viking. HEX triplet: 4B, B3 and CC. RGB value is (75,179,204). Sum of RGB (Red+Green+Blue) = 75+179+204=458 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.38% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #4BB3CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BB3CC is #B44C33. Grayscale: #969696. Windows color (decimal): -11815988 or 13415243. OLE color: 13415243.

HSL color Cylindrical-coordinate representation of color #4BB3CC: hue angle of 191.63º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BB3CC is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB75179204-
CMYK0.630.1200.2
HSL191.63º55.84%54.71%-
HSV(B)191.63º63.24%80%-
XYZ29.9238.162.9-
YUV150.75158.0473.97-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.38%
GREEN value IS 179 (70.31% from 255) = 39.08%
BLUE value IS 204 (80.08% from 255) = 44.54%
R=16.38%
G=39.08%
B=44.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal751792040.630.1200.2191.6355.8454.71
Hex4BB3CC3FC014c03837
Octal11326331477140243007067
Binary10010111011001111001100111111110001010011000000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,179,204); }

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

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

 a { background-color: rgb(75,179,204); }

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

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

 span { border-color: rgb(75,179,204); }

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