Shades of Viking #4BBFCC
Tints of Viking #4BBFCC
RGB
CMYK
RGB Variations
Color information
#4BBFCC (or 0x4BBFCC) is known color: Viking. HEX triplet: 4B, BF and CC. RGB value is (75,191,204). Sum of RGB (Red+Green+Blue) = 75+191+204=470 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.96% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #4BBFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBFCC is #B44033. Grayscale: #9D9D9D. Windows color (decimal): -11812916 or 13418315. OLE color: 13418315.
HSL color Cylindrical-coordinate representation of color #4BBFCC: hue angle of 186.05º 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 #4BBFCC is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 75 | 191 | 204 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.2 |
| HSL | 186.05º | 0.56% | 0.55% | - |
| HSV(B) | 186.05º | 0.63% | 0.8% | - |
| XYZ | 32.43 | 43.12 | 63.74 | - |
| YUV | 157.8 | 154.07 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 191 | 204 | 0.63 | 0.06 | 0 | 0.2 | 186.05 | 0.56 | 0.55 |
| Hex | 4B | BF | CC | 3F | 6 | 0 | 14 | BA | 38 | 37 |
| Octal | 113 | 277 | 314 | 77 | 6 | 0 | 24 | 272 | 70 | 67 |
| Binary | 1001011 | 10111111 | 11001100 | 111111 | 110 | 0 | 10100 | 10111010 | 111000 | 110111 |
Color Harmonies of #4BBFCC
Complementary color
Monochromatic Colors of #4BBFCC
Black with #4BBFCC
Text Example
Text Example
White with #4BBFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBFCC; }
p { color: rgb(75,191,204); }
H1.HeaderClassName
{
color: #4BBFCC;
}
.AnyTagClassName
{
color: #4BBFCC;
}
</style>
background-color css
<style>
a { background-color: #4BBFCC; }
a { background-color: rgb(75,191,204); }
div.DivClassName
{
background-color: #4BBFCC;
}
.BgClassName
{
background-color: #4BBFCC;
}
</style>
border-color css
<style>
span { border-color: #4BBFCC; }
span { border-color: rgb(75,191,204); }
td.TdClassName
{
border-color: #4BBFCC;
}
.TagClassName
{
border-color: #4BBFCC;
}
</style>