Html Css Color HEX #40A5CA Viking

📋 copy color: '#40A5CA'

red 64 ◦ green 165 ◦ blue 202

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

Shades of Viking #40A5CA

Tints of Viking #40A5CA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.28%

 BLUE value IS 202 (79.3% from 255) = 46.87%

R = 14.85%
G = 38.28%
B = 46.87%

CMYK

 C value IS 0.68

 M value IS 0.18

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#40A5CA (or 0x40A5CA) is known color: Viking. HEX triplet: 40, A5 and CA. RGB value is (64,165,202). Sum of RGB (Red+Green+Blue) = 64+165+202=431 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.85% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #40A5CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A5CA is #BF5A35. Grayscale: #8A8A8A. Windows color (decimal): -12540470 or 13280576. OLE color: 13280576.

HSL color Cylindrical-coordinate representation of color #40A5CA: hue angle of 196.09º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40A5CA is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 165 202 -
CMYK 0.68 0.18 0 0.21
HSL 196.09º 0.57% 0.52% -
HSV(B) 196.09º 0.68% 0.79% -
XYZ 26.23 32.26 60.72 -
YUV 139.02 163.54 74.49 -
System Red Green Blue C M Y K H S L
Decimal 64 165 202 0.68 0.18 0 0.21 196.09 0.57 0.52
Hex 40 A5 CA 44 12 0 15 C4 39 34
Octal 100 245 312 104 22 0 25 304 71 64
Binary 1000000 10100101 11001010 1000100 10010 0 10101 11000100 111001 110100

Color Harmonies of #40A5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A5CA

Black with #40A5CA

Text Example


Text Example

White with #40A5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,165,202); }

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

background-color css

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

 a { background-color: rgb(64,165,202); }

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

border-color css

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

 span { border-color: rgb(64,165,202); }

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