Html Css Color HEX #4CA3BA Viking

📋 copy color: '#4CA3BA'

red 76 ◦ green 163 ◦ blue 186

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

Shades of Viking #4CA3BA

Tints of Viking #4CA3BA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.35%

 BLUE value IS 186 (73.05% from 255) = 43.76%

R = 17.88%
G = 38.35%
B = 43.76%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4CA3BA (or 0x4CA3BA) is known color: Viking. HEX triplet: 4C, A3 and BA. RGB value is (76,163,186). Sum of RGB (Red+Green+Blue) = 76+163+186=425 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.88% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #4CA3BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA3BA is #B35C45. Grayscale: #8B8B8B. Windows color (decimal): -11754566 or 12231500. OLE color: 12231500.

HSL color Cylindrical-coordinate representation of color #4CA3BA: hue angle of 192.55º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CA3BA is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 76 163 186 -
CMYK 0.59 0.12 0 0.27
HSL 192.55º 0.44% 0.51% -
HSV(B) 192.55º 0.59% 0.73% -
XYZ 24.94 31.28 51.18 -
YUV 139.61 154.18 82.63 -
System Red Green Blue C M Y K H S L
Decimal 76 163 186 0.59 0.12 0 0.27 192.55 0.44 0.51
Hex 4C A3 BA 3B C 0 1B C1 2C 33
Octal 114 243 272 73 14 0 33 301 54 63
Binary 1001100 10100011 10111010 111011 1100 0 11011 11000001 101100 110011

Color Harmonies of #4CA3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA3BA

Black with #4CA3BA

Text Example


Text Example

White with #4CA3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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