Html Css Color HEX #416ABC Free Speech Blue

📋 copy color: '#416ABC'

red 65 ◦ green 106 ◦ blue 188

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

Shades of Free Speech Blue #416ABC

Tints of Free Speech Blue #416ABC

RGB

 RED value IS 65 (25.78% from 255) = 18.11%

 GREEN value IS 106 (41.8% from 255) = 29.53%

 BLUE value IS 188 (73.83% from 255) = 52.37%

R = 18.11%
G = 29.53%
B = 52.37%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#416ABC (or 0x416ABC) is known color: Free Speech Blue. HEX triplet: 41, 6A and BC. RGB value is (65,106,188). Sum of RGB (Red+Green+Blue) = 65+106+188=359 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.11% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #416ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416ABC is #BE9543. Grayscale: #666666. Windows color (decimal): -12490052 or 12347969. OLE color: 12347969.

HSL color Cylindrical-coordinate representation of color #416ABC: hue angle of 220º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #416ABC is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 106 188 -
CMYK 0.65 0.44 0 0.26
HSL 220º 0.49% 0.5% -
HSV(B) 220º 0.65% 0.74% -
XYZ 16.41 15.06 49.62 -
YUV 103.09 175.92 100.83 -
System Red Green Blue C M Y K H S L
Decimal 65 106 188 0.65 0.44 0 0.26 220 0.49 0.5
Hex 41 6A BC 41 2C 0 1A DC 31 32
Octal 101 152 274 101 54 0 32 334 61 62
Binary 1000001 1101010 10111100 1000001 101100 0 11010 11011100 110001 110010

Color Harmonies of #416ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416ABC

Black with #416ABC

Text Example


Text Example

White with #416ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416ABC; }

 p { color: rgb(65,106,188); }

 H1.HeaderClassName
 {
   color: #416ABC;
 }
 .AnyTagClassName
 {
   color: #416ABC;
 }
</style>

background-color css

<style>
 a { background-color: #416ABC; }

 a { background-color: rgb(65,106,188); }

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

border-color css

<style>
 span { border-color: #416ABC; }

 span { border-color: rgb(65,106,188); }

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