Html Css Color HEX #4BBCC4 Viking

📋 copy color: '#4BBCC4'

red 75 ◦ green 188 ◦ blue 196

#4BBCC4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #4BBCC4

Tints of Viking #4BBCC4

RGB

 RED value IS 75 (29.69% from 255) = 16.34%

 GREEN value IS 188 (73.83% from 255) = 40.96%

 BLUE value IS 196 (76.95% from 255) = 42.7%

R = 16.34%
G = 40.96%
B = 42.7%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#4BBCC4 (or 0x4BBCC4) is known color: Viking. HEX triplet: 4B, BC and C4. RGB value is (75,188,196). Sum of RGB (Red+Green+Blue) = 75+188+196=459 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.34% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 196 - color contains mainly: blue. Hex color #4BBCC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBCC4 is #B4433B. Grayscale: #9A9A9A. Windows color (decimal): -11813692 or 12893259. OLE color: 12893259.

HSL color Cylindrical-coordinate representation of color #4BBCC4: hue angle of 183.97º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BBCC4 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 75 188 196 -
CMYK 0.62 0.04 0 0.23
HSL 183.97º 0.51% 0.53% -
HSV(B) 183.97º 0.62% 0.77% -
XYZ 30.85 41.45 58.6 -
YUV 155.13 151.06 70.85 -
System Red Green Blue C M Y K H S L
Decimal 75 188 196 0.62 0.04 0 0.23 183.97 0.51 0.53
Hex 4B BC C4 3E 4 0 17 B8 33 35
Octal 113 274 304 76 4 0 27 270 63 65
Binary 1001011 10111100 11000100 111110 100 0 10111 10111000 110011 110101

Color Harmonies of #4BBCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBCC4

Black with #4BBCC4

Text Example


Text Example

White with #4BBCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,188,196); }

 H1.HeaderClassName
 {
   color: #4BBCC4;
 }
 .AnyTagClassName
 {
   color: #4BBCC4;
 }
</style>

background-color css

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

 a { background-color: rgb(75,188,196); }

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

border-color css

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

 span { border-color: rgb(75,188,196); }

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