Html Css Color HEX #40A6C2 Viking

📋 copy color: '#40A6C2'

red 64 ◦ green 166 ◦ blue 194

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

Shades of Viking #40A6C2

Tints of Viking #40A6C2

RGB

 RED value IS 64 (25.39% from 255) = 15.09%

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

 BLUE value IS 194 (76.17% from 255) = 45.75%

R = 15.09%
G = 39.15%
B = 45.75%

CMYK

 C value IS 0.67

 M value IS 0.14

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#40A6C2 (or 0x40A6C2) is known color: Viking. HEX triplet: 40, A6 and C2. RGB value is (64,166,194). Sum of RGB (Red+Green+Blue) = 64+166+194=424 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.09% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 194 (76.17% from 255 or 45.75% from 424); Max value from RGB is 194 - color contains mainly: blue. Hex color #40A6C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A6C2 is #BF593D. Grayscale: #8A8A8A. Windows color (decimal): -12540222 or 12756544. OLE color: 12756544.

HSL color Cylindrical-coordinate representation of color #40A6C2: hue angle of 192.92º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40A6C2 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 166 194 -
CMYK 0.67 0.14 0 0.24
HSL 192.92º 0.52% 0.51% -
HSV(B) 192.92º 0.67% 0.76% -
XYZ 25.49 32.26 55.92 -
YUV 138.69 159.21 74.72 -
System Red Green Blue C M Y K H S L
Decimal 64 166 194 0.67 0.14 0 0.24 192.92 0.52 0.51
Hex 40 A6 C2 43 E 0 18 C1 34 33
Octal 100 246 302 103 16 0 30 301 64 63
Binary 1000000 10100110 11000010 1000011 1110 0 11000 11000001 110100 110011

Color Harmonies of #40A6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A6C2

Black with #40A6C2

Text Example


Text Example

White with #40A6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40A6C2; }

 p { color: rgb(64,166,194); }

 H1.HeaderClassName
 {
   color: #40A6C2;
 }
 .AnyTagClassName
 {
   color: #40A6C2;
 }
</style>

background-color css

<style>
 a { background-color: #40A6C2; }

 a { background-color: rgb(64,166,194); }

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

border-color css

<style>
 span { border-color: #40A6C2; }

 span { border-color: rgb(64,166,194); }

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