Html Css Color HEX #4CACCB Viking

📋 copy color: '#4CACCB'

red 76 ◦ green 172 ◦ blue 203

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

Shades of Viking #4CACCB

Tints of Viking #4CACCB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.14%

 BLUE value IS 203 (79.69% from 255) = 45.01%

R = 16.85%
G = 38.14%
B = 45.01%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4CACCB (or 0x4CACCB) is known color: Viking. HEX triplet: 4C, AC and CB. RGB value is (76,172,203). Sum of RGB (Red+Green+Blue) = 76+172+203=451 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.85% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #4CACCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CACCB is #B35334. Grayscale: #929292. Windows color (decimal): -11752245 or 13347916. OLE color: 13347916.

HSL color Cylindrical-coordinate representation of color #4CACCB: hue angle of 194.65º degrees, saturation: 0.55, 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 #4CACCB is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 172 203 -
CMYK 0.63 0.15 0 0.20
HSL 194.65º 0.55% 0.55% -
HSV(B) 194.65º 0.63% 0.8% -
XYZ 28.51 35.35 61.82 -
YUV 146.83 159.7 77.48 -
System Red Green Blue C M Y K H S L
Decimal 76 172 203 0.63 0.15 0 0.20 194.65 0.55 0.55
Hex 4C AC CB 3F F 0 14 C3 37 37
Octal 114 254 313 77 17 0 24 303 67 67
Binary 1001100 10101100 11001011 111111 1111 0 10100 11000011 110111 110111

Color Harmonies of #4CACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CACCB

Black with #4CACCB

Text Example


Text Example

White with #4CACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,172,203); }

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

background-color css

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

 a { background-color: rgb(76,172,203); }

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

border-color css

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

 span { border-color: rgb(76,172,203); }

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