Html Css Color HEX #4CBACD Viking

📋 copy color: '#4CBACD'

red 76 ◦ green 186 ◦ blue 205

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

Shades of Viking #4CBACD

Tints of Viking #4CBACD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.83%

 BLUE value IS 205 (80.47% from 255) = 43.9%

R = 16.27%
G = 39.83%
B = 43.9%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4CBACD (or 0x4CBACD) is known color: Viking. HEX triplet: 4C, BA and CD. RGB value is (76,186,205). Sum of RGB (Red+Green+Blue) = 76+186+205=467 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.27% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #4CBACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBACD is #B34532. Grayscale: #9B9B9B. Windows color (decimal): -11748659 or 13482572. OLE color: 13482572.

HSL color Cylindrical-coordinate representation of color #4CBACD: hue angle of 188.84º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CBACD is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 186 205 -
CMYK 0.63 0.09 0 0.20
HSL 188.84º 0.56% 0.55% -
HSV(B) 188.84º 0.63% 0.8% -
XYZ 31.56 41.06 64.02 -
YUV 155.28 156.06 71.46 -
System Red Green Blue C M Y K H S L
Decimal 76 186 205 0.63 0.09 0 0.20 188.84 0.56 0.55
Hex 4C BA CD 3F 9 0 14 BD 38 37
Octal 114 272 315 77 11 0 24 275 70 67
Binary 1001100 10111010 11001101 111111 1001 0 10100 10111101 111000 110111

Color Harmonies of #4CBACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBACD

Black with #4CBACD

Text Example


Text Example

White with #4CBACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,186,205); }

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

background-color css

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

 a { background-color: rgb(76,186,205); }

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

border-color css

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

 span { border-color: rgb(76,186,205); }

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