Html Css Color HEX #4BBCC6 Viking

📋 copy color: '#4BBCC6'

red 75 ◦ green 188 ◦ blue 198

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

Shades of Viking #4BBCC6

Tints of Viking #4BBCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.95%

R = 16.27%
G = 40.78%
B = 42.95%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4BBCC6 (or 0x4BBCC6) is known color: Viking. HEX triplet: 4B, BC and C6. RGB value is (75,188,198). Sum of RGB (Red+Green+Blue) = 75+188+198=461 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.27% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 198 - color contains mainly: blue. Hex color #4BBCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBCC6 is #B44339. Grayscale: #9B9B9B. Windows color (decimal): -11813690 or 13024331. OLE color: 13024331.

HSL color Cylindrical-coordinate representation of color #4BBCC6: hue angle of 184.88º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BBCC6 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 75 188 198 -
CMYK 0.62 0.05 0 0.22
HSL 184.88º 0.52% 0.54% -
HSV(B) 184.88º 0.62% 0.78% -
XYZ 31.08 41.54 59.81 -
YUV 155.35 152.06 70.69 -
System Red Green Blue C M Y K H S L
Decimal 75 188 198 0.62 0.05 0 0.22 184.88 0.52 0.54
Hex 4B BC C6 3E 5 0 16 B9 34 36
Octal 113 274 306 76 5 0 26 271 64 66
Binary 1001011 10111100 11000110 111110 101 0 10110 10111001 110100 110110

Color Harmonies of #4BBCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBCC6

Black with #4BBCC6

Text Example


Text Example

White with #4BBCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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