#48B6CA

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

Shades of Viking #48B6CA

Tints of Viking #48B6CA

Color information

#48B6CA (or 0x48B6CA) is unknown color: approx Viking. HEX triplet: 48, B6 and CA. RGB value is (72,182,202). Sum of RGB (Red+Green+Blue) = 72+182+202=456 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.79% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #48B6CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48B6CA is #B74935. Grayscale: #979797. Windows color (decimal): -12011830 or 13284936. OLE color: 13284936.

HSL color Cylindrical-coordinate representation of color #48B6CA: hue angle of 189.23º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48B6CA is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB72182202-
CMYK0.640.1000.21
HSL189.23º55.08%53.73%-
HSV(B)189.23º64.36%79.22%-
XYZ30.0639.161.84-
YUV151.39156.5671.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.79%
GREEN value IS 182 (71.48% from 255) = 39.91%
BLUE value IS 202 (79.30% from 255) = 44.30%
R=15.79%
G=39.91%
B=44.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal721822020.640.1000.21189.2355.0853.73
Hex48B6CA40A015bd3736
Octal110266312100120252756766
Binary100100010110110110010101000000101001010110111101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48B6CA; }

 p { color: rgb(72,182,202); }

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

<style>
 a { background-color: #48B6CA; }

 a { background-color: rgb(72,182,202); }

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

<style>
 span { border-color: #48B6CA; }

 span { border-color: rgb(72,182,202); }

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