Html Css Color HEX #4BB0BC Viking

📋 copy color: '#4BB0BC'

red 75 ◦ green 176 ◦ blue 188

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

Shades of Viking #4BB0BC

Tints of Viking #4BB0BC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.09%

 BLUE value IS 188 (73.83% from 255) = 42.82%

R = 17.08%
G = 40.09%
B = 42.82%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4BB0BC (or 0x4BB0BC) is known color: Viking. HEX triplet: 4B, B0 and BC. RGB value is (75,176,188). Sum of RGB (Red+Green+Blue) = 75+176+188=439 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.08% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #4BB0BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BB0BC is #B44F43. Grayscale: #939393. Windows color (decimal): -11816772 or 12365899. OLE color: 12365899.

HSL color Cylindrical-coordinate representation of color #4BB0BC: hue angle of 186.37º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BB0BC is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 75 176 188 -
CMYK 0.60 0.06 0 0.26
HSL 186.37º 0.46% 0.52% -
HSV(B) 186.37º 0.6% 0.74% -
XYZ 27.5 36.18 53.11 -
YUV 147.17 151.04 76.52 -
System Red Green Blue C M Y K H S L
Decimal 75 176 188 0.60 0.06 0 0.26 186.37 0.46 0.52
Hex 4B B0 BC 3C 6 0 1A BA 2E 34
Octal 113 260 274 74 6 0 32 272 56 64
Binary 1001011 10110000 10111100 111100 110 0 11010 10111010 101110 110100

Color Harmonies of #4BB0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB0BC

Black with #4BB0BC

Text Example


Text Example

White with #4BB0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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