Html Css Color HEX #416BBD Free Speech Blue

📋 copy color: '#416BBD'

red 65 ◦ green 107 ◦ blue 189

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

Shades of Free Speech Blue #416BBD

Tints of Free Speech Blue #416BBD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.64%

 BLUE value IS 189 (74.22% from 255) = 52.35%

R = 18.01%
G = 29.64%
B = 52.35%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#416BBD (or 0x416BBD) is known color: Free Speech Blue. HEX triplet: 41, 6B and BD. RGB value is (65,107,189). Sum of RGB (Red+Green+Blue) = 65+107+189=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #416BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416BBD is #BE9442. Grayscale: #676767. Windows color (decimal): -12489795 or 12413761. OLE color: 12413761.

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

Color convert

RGB 65 107 189 -
CMYK 0.66 0.43 0 0.26
HSL 219.68º 0.49% 0.5% -
HSV(B) 219.68º 0.66% 0.74% -
XYZ 16.62 15.31 50.22 -
YUV 103.79 176.09 100.33 -
System Red Green Blue C M Y K H S L
Decimal 65 107 189 0.66 0.43 0 0.26 219.68 0.49 0.5
Hex 41 6B BD 42 2B 0 1A DC 31 32
Octal 101 153 275 102 53 0 32 334 61 62
Binary 1000001 1101011 10111101 1000010 101011 0 11010 11011100 110001 110010

Color Harmonies of #416BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416BBD

Black with #416BBD

Text Example


Text Example

White with #416BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,107,189); }

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

background-color css

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

 a { background-color: rgb(65,107,189); }

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

border-color css

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

 span { border-color: rgb(65,107,189); }

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