#4BB1CD

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

Shades of Viking #4BB1CD

Tints of Viking #4BB1CD

Color information

#4BB1CD (or 0x4BB1CD) is unknown color: approx Viking. HEX triplet: 4B, B1 and CD. RGB value is (75,177,205). Sum of RGB (Red+Green+Blue) = 75+177+205=457 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.41% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #4BB1CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BB1CD is #B44E32. Grayscale: #959595. Windows color (decimal): -11816499 or 13480267. OLE color: 13480267.

HSL color Cylindrical-coordinate representation of color #4BB1CD: hue angle of 192.92º degrees, saturation: 0.57, 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 #4BB1CD is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB75177205-
CMYK0.630.1400.20
HSL192.92º56.52%54.9%-
HSV(B)192.92º63.41%80.39%-
XYZ29.6437.3563.4-
YUV149.69159.2174.72-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.41%
GREEN value IS 177 (69.53% from 255) = 38.73%
BLUE value IS 205 (80.47% from 255) = 44.86%
R=16.41%
G=38.73%
B=44.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal751772050.630.1400.20192.9256.5254.9
Hex4BB1CD3FE014c13937
Octal11326131577160243017167
Binary10010111011000111001101111111111001010011000001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,177,205); }

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

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

 a { background-color: rgb(75,177,205); }

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

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

 span { border-color: rgb(75,177,205); }

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