#4BBFD5

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

Shades of Viking #4BBFD5

Tints of Viking #4BBFD5

Color information

#4BBFD5 (or 0x4BBFD5) is unknown color: approx Viking. HEX triplet: 4B, BF and D5. RGB value is (75,191,213). Sum of RGB (Red+Green+Blue) = 75+191+213=479 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.66% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 213 - color contains mainly: blue. Hex color #4BBFD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBFD5 is #B4402A. Grayscale: #9E9E9E. Windows color (decimal): -11812907 or 14008139. OLE color: 14008139.

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

Color convert

RGB75191213-
CMYK0.650.1000.16
HSL189.57º62.16%56.47%-
HSV(B)189.57º64.79%83.53%-
XYZ33.5443.5669.59-
YUV158.82158.5768.21-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.66%
GREEN value IS 191 (75% from 255) = 39.87%
BLUE value IS 213 (83.59% from 255) = 44.47%
R=15.66%
G=39.87%
B=44.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal751912130.650.1000.16189.5762.1656.47
Hex4BBFD541A010be3e38
Octal113277325101120202767670
Binary100101110111111110101011000001101001000010111110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,191,213); }

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

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

 a { background-color: rgb(75,191,213); }

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

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

 span { border-color: rgb(75,191,213); }

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