#4CBBD3

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

Shades of Viking #4CBBD3

Tints of Viking #4CBBD3

Color information

#4CBBD3 (or 0x4CBBD3) is unknown color: approx Viking. HEX triplet: 4C, BB and D3. RGB value is (76,187,211). Sum of RGB (Red+Green+Blue) = 76+187+211=474 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.03% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 211 (82.81% from 255 or 44.51% from 474); Max value from RGB is 211 - color contains mainly: blue. Hex color #4CBBD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBBD3 is #B3442C. Grayscale: #9C9C9C. Windows color (decimal): -11748397 or 13876044. OLE color: 13876044.

HSL color Cylindrical-coordinate representation of color #4CBBD3: hue angle of 190.67º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CBBD3 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB76187211-
CMYK0.640.1100.17
HSL190.67º60.54%56.27%-
HSV(B)190.67º63.98%82.75%-
XYZ32.5141.7867.98-
YUV156.55158.7370.55-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.03%
GREEN value IS 187 (73.44% from 255) = 39.45%
BLUE value IS 211 (82.81% from 255) = 44.51%
R=16.03%
G=39.45%
B=44.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal761872110.640.1100.17190.6760.5456.27
Hex4CBBD340B011bf3d38
Octal114273323100130212777570
Binary100110010111011110100111000000101101000110111111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,187,211); }

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

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

 a { background-color: rgb(76,187,211); }

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

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

 span { border-color: rgb(76,187,211); }

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