#419BA4

Color #419BA4 Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #419BA4

Tints of Scooter #419BA4

Color information

#419BA4 (or 0x419BA4) is unknown color: approx Scooter. HEX triplet: 41, 9B and A4. RGB value is (65,155,164). Sum of RGB (Red+Green+Blue) = 65+155+164=384 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.93% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 164 (64.45% from 255 or 42.71% from 384); Max value from RGB is 164 - color contains mainly: blue. Hex color #419BA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419BA4 is #BE645B. Grayscale: #808080. Windows color (decimal): -12477532 or 10787649. OLE color: 10787649.

HSL color Cylindrical-coordinate representation of color #419BA4: hue angle of 185.45º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #419BA4 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB65155164-
CMYK0.600.0500.36
HSL185.45º43.23%44.9%-
HSV(B)185.45º60.37%64.31%-
XYZ20.627.2539.3-
YUV129.12147.6882.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.93%
GREEN value IS 155 (60.94% from 255) = 40.36%
BLUE value IS 164 (64.45% from 255) = 42.71%
R=16.93%
G=40.36%
B=42.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal651551640.600.0500.36185.4543.2344.9
Hex419BA43C5024b92b2d
Octal1012332447450442715355
Binary10000011001101110100100111100101010010010111001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419BA4; }

 p { color: rgb(65,155,164); }

 H1.HeaderClassName
 {
   color: #419BA4;
 }
 .AnyTagClassName
 {
   color: #419BA4;
 }
</style>
background-color css

<style>
 a { background-color: #419BA4; }

 a { background-color: rgb(65,155,164); }

 div.DivClassName
 {
   background-color: #419BA4;
 }
 .BgClassName
 {
   background-color: #419BA4;
 }
</style>
border-color css

<style>
 span { border-color: #419BA4; }

 span { border-color: rgb(65,155,164); }

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