Html Css Color HEX #4CB0BC Viking

📋 copy color: '#4CB0BC'

red 76 ◦ green 176 ◦ blue 188

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

Shades of Viking #4CB0BC

Tints of Viking #4CB0BC

RGB

 RED value IS 76 (30.08% from 255) = 17.27%

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

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

R = 17.27%
G = 40%
B = 42.73%

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

#4CB0BC (or 0x4CB0BC) is known color: Viking. HEX triplet: 4C, B0 and BC. RGB value is (76,176,188). Sum of RGB (Red+Green+Blue) = 76+176+188=440 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.27% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #4CB0BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CB0BC is #B34F43. Grayscale: #939393. Windows color (decimal): -11751236 or 12365900. OLE color: 12365900.

HSL color Cylindrical-coordinate representation of color #4CB0BC: hue angle of 186.43º 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 #4CB0BC is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 176 188 -
CMYK 0.60 0.06 0 0.26
HSL 186.43º 0.46% 0.52% -
HSV(B) 186.43º 0.6% 0.74% -
XYZ 27.58 36.22 53.11 -
YUV 147.47 150.87 77.02 -
System Red Green Blue C M Y K H S L
Decimal 76 176 188 0.60 0.06 0 0.26 186.43 0.46 0.52
Hex 4C B0 BC 3C 6 0 1A BA 2E 34
Octal 114 260 274 74 6 0 32 272 56 64
Binary 1001100 10110000 10111100 111100 110 0 11010 10111010 101110 110100

Color Harmonies of #4CB0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB0BC

Black with #4CB0BC

Text Example


Text Example

White with #4CB0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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