#4CBBBE

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

Shades of Viking #4CBBBE

Tints of Viking #4CBBBE

Color information

#4CBBBE (or 0x4CBBBE) is unknown color: approx Viking. HEX triplet: 4C, BB and BE. RGB value is (76,187,190). Sum of RGB (Red+Green+Blue) = 76+187+190=453 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.78% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #4CBBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBBBE is #B34441. Grayscale: #9A9A9A. Windows color (decimal): -11748418 or 12499788. OLE color: 12499788.

HSL color Cylindrical-coordinate representation of color #4CBBBE: hue angle of 181.58º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBBBE is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB76187190-
CMYK0.600.0200.25
HSL181.58º46.72%52.16%-
HSV(B)181.58º60%74.51%-
XYZ30.0540.7955.01-
YUV154.15148.2372.26-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.78%
GREEN value IS 187 (73.44% from 255) = 41.28%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=16.78%
G=41.28%
B=41.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal761871900.600.0200.25181.5846.7252.16
Hex4CBBBE3C2019b62f34
Octal1142732767420312665764
Binary100110010111011101111101111001001100110110110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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