Html Css Color HEX #409DA4 Scooter

📋 copy color: '#409DA4'

red 64 ◦ green 157 ◦ blue 164

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

Shades of Scooter #409DA4

Tints of Scooter #409DA4

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.78%

 BLUE value IS 164 (64.45% from 255) = 42.6%

R = 16.62%
G = 40.78%
B = 42.6%

CMYK

 C value IS 0.61

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#409DA4 (or 0x409DA4) is known color: Scooter. HEX triplet: 40, 9D and A4. RGB value is (64,157,164). Sum of RGB (Red+Green+Blue) = 64+157+164=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 164 - color contains mainly: blue. Hex color #409DA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409DA4 is #BF625B. Grayscale: #818181. Windows color (decimal): -12542556 or 10788160. OLE color: 10788160.

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

Color convert

RGB 64 157 164 -
CMYK 0.61 0.04 0 0.36
HSL 184.2º 0.44% 0.45% -
HSV(B) 184.2º 0.61% 0.64% -
XYZ 20.87 27.88 39.4 -
YUV 129.99 147.19 80.93 -
System Red Green Blue C M Y K H S L
Decimal 64 157 164 0.61 0.04 0 0.36 184.2 0.44 0.45
Hex 40 9D A4 3D 4 0 24 B8 2C 2D
Octal 100 235 244 75 4 0 44 270 54 55
Binary 1000000 10011101 10100100 111101 100 0 100100 10111000 101100 101101

Color Harmonies of #409DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409DA4

Black with #409DA4

Text Example


Text Example

White with #409DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,157,164); }

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

background-color css

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

 a { background-color: rgb(64,157,164); }

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

border-color css

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

 span { border-color: rgb(64,157,164); }

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