Html Css Color HEX #409EA5 Scooter

📋 copy color: '#409EA5'

red 64 ◦ green 158 ◦ blue 165

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

Shades of Scooter #409EA5

Tints of Scooter #409EA5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.83%

 BLUE value IS 165 (64.84% from 255) = 42.64%

R = 16.54%
G = 40.83%
B = 42.64%

CMYK

 C value IS 0.61

 M value IS 0.04

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#409EA5 (or 0x409EA5) is known color: Scooter. HEX triplet: 40, 9E and A5. RGB value is (64,158,165). Sum of RGB (Red+Green+Blue) = 64+158+165=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 165 - color contains mainly: blue. Hex color #409EA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409EA5 is #BF615A. Grayscale: #828282. Windows color (decimal): -12542299 or 10853952. OLE color: 10853952.

HSL color Cylindrical-coordinate representation of color #409EA5: hue angle of 184.16º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #409EA5 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 158 165 -
CMYK 0.61 0.04 0 0.35
HSL 184.16º 0.44% 0.45% -
HSV(B) 184.16º 0.61% 0.65% -
XYZ 21.13 28.26 39.94 -
YUV 130.69 147.36 80.43 -
System Red Green Blue C M Y K H S L
Decimal 64 158 165 0.61 0.04 0 0.35 184.16 0.44 0.45
Hex 40 9E A5 3D 4 0 23 B8 2C 2D
Octal 100 236 245 75 4 0 43 270 54 55
Binary 1000000 10011110 10100101 111101 100 0 100011 10111000 101100 101101

Color Harmonies of #409EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409EA5

Black with #409EA5

Text Example


Text Example

White with #409EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409EA5; }

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

 H1.HeaderClassName
 {
   color: #409EA5;
 }
 .AnyTagClassName
 {
   color: #409EA5;
 }
</style>

background-color css

<style>
 a { background-color: #409EA5; }

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

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

border-color css

<style>
 span { border-color: #409EA5; }

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

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