Html Css Color HEX #4CA6BE Viking

📋 copy color: '#4CA6BE'

red 76 ◦ green 166 ◦ blue 190

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

Shades of Viking #4CA6BE

Tints of Viking #4CA6BE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.43%

 BLUE value IS 190 (74.61% from 255) = 43.98%

R = 17.59%
G = 38.43%
B = 43.98%

CMYK

 C value IS 0.60

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4CA6BE (or 0x4CA6BE) is known color: Viking. HEX triplet: 4C, A6 and BE. RGB value is (76,166,190). Sum of RGB (Red+Green+Blue) = 76+166+190=432 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.59% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #4CA6BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA6BE is #B35941. Grayscale: #8D8D8D. Windows color (decimal): -11753794 or 12494412. OLE color: 12494412.

HSL color Cylindrical-coordinate representation of color #4CA6BE: hue angle of 192.63º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CA6BE is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 166 190 -
CMYK 0.60 0.13 0 0.25
HSL 192.63º 0.47% 0.52% -
HSV(B) 192.63º 0.6% 0.75% -
XYZ 25.91 32.53 53.63 -
YUV 141.83 155.18 81.05 -
System Red Green Blue C M Y K H S L
Decimal 76 166 190 0.60 0.13 0 0.25 192.63 0.47 0.52
Hex 4C A6 BE 3C D 0 19 C1 2F 34
Octal 114 246 276 74 15 0 31 301 57 64
Binary 1001100 10100110 10111110 111100 1101 0 11001 11000001 101111 110100

Color Harmonies of #4CA6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA6BE

Black with #4CA6BE

Text Example


Text Example

White with #4CA6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,166,190); }

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

background-color css

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

 a { background-color: rgb(76,166,190); }

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

border-color css

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

 span { border-color: rgb(76,166,190); }

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