Html Css Color HEX #4CBCDC Viking

📋 copy color: '#4CBCDC'

red 76 ◦ green 188 ◦ blue 220

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

Shades of Viking #4CBCDC

Tints of Viking #4CBCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.45%

R = 15.7%
G = 38.84%
B = 45.45%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4CBCDC (or 0x4CBCDC) is known color: Viking. HEX triplet: 4C, BC and DC. RGB value is (76,188,220). Sum of RGB (Red+Green+Blue) = 76+188+220=484 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.70% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #4CBCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBCDC is #B34323. Grayscale: #9D9D9D. Windows color (decimal): -11748132 or 14466124. OLE color: 14466124.

HSL color Cylindrical-coordinate representation of color #4CBCDC: hue angle of 193.33º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CBCDC is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 188 220 -
CMYK 0.65 0.15 0 0.14
HSL 193.33º 0.67% 0.58% -
HSV(B) 193.33º 0.65% 0.86% -
XYZ 33.88 42.67 74.16 -
YUV 158.16 162.89 69.4 -
System Red Green Blue C M Y K H S L
Decimal 76 188 220 0.65 0.15 0 0.14 193.33 0.67 0.58
Hex 4C BC DC 41 F 0 E C1 43 3A
Octal 114 274 334 101 17 0 16 301 103 72
Binary 1001100 10111100 11011100 1000001 1111 0 1110 11000001 1000011 111010

Color Harmonies of #4CBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBCDC

Black with #4CBCDC

Text Example


Text Example

White with #4CBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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