#4BADCB

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

Shades of Viking #4BADCB

Tints of Viking #4BADCB

Color information

#4BADCB (or 0x4BADCB) is unknown color: approx Viking. HEX triplet: 4B, AD and CB. RGB value is (75,173,203). Sum of RGB (Red+Green+Blue) = 75+173+203=451 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.63% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #4BADCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BADCB is #B45234. Grayscale: #929292. Windows color (decimal): -11817525 or 13348171. OLE color: 13348171.

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

Color convert

RGB75173203-
CMYK0.630.1500.20
HSL194.06º55.17%54.51%-
HSV(B)194.06º63.05%79.61%-
XYZ28.6235.6961.88-
YUV147.12159.5376.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.63%
GREEN value IS 173 (67.97% from 255) = 38.36%
BLUE value IS 203 (79.69% from 255) = 45.01%
R=16.63%
G=38.36%
B=45.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal751732030.630.1500.20194.0655.1754.51
Hex4BADCB3FF014c23737
Octal11325531377170243026767
Binary10010111010110111001011111111111101010011000010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,173,203); }

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

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

 a { background-color: rgb(75,173,203); }

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

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

 span { border-color: rgb(75,173,203); }

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