#4BBDCE

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

Shades of Viking #4BBDCE

Tints of Viking #4BBDCE

Color information

#4BBDCE (or 0x4BBDCE) is unknown color: approx Viking. HEX triplet: 4B, BD and CE. RGB value is (75,189,206). Sum of RGB (Red+Green+Blue) = 75+189+206=470 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.96% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #4BBDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBDCE is #B44231. Grayscale: #9C9C9C. Windows color (decimal): -11813426 or 13548875. OLE color: 13548875.

HSL color Cylindrical-coordinate representation of color #4BBDCE: hue angle of 187.79º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BBDCE is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB75189206-
CMYK0.640.0800.19
HSL187.79º57.21%55.1%-
HSV(B)187.79º63.59%80.78%-
XYZ32.2442.3564.87-
YUV156.85155.7369.62-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.96%
GREEN value IS 189 (74.22% from 255) = 40.21%
BLUE value IS 206 (80.86% from 255) = 43.83%
R=15.96%
G=40.21%
B=43.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal751892060.640.0800.19187.7957.2155.1
Hex4BBDCE408013bc3937
Octal113275316100100232747167
Binary100101110111101110011101000000100001001110111100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,189,206); }

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

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

 a { background-color: rgb(75,189,206); }

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

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

 span { border-color: rgb(75,189,206); }

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