Html Css Color HEX #414FBA Free Speech Blue

📋 copy color: '#414FBA'

red 65 ◦ green 79 ◦ blue 186

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

Shades of Free Speech Blue #414FBA

Tints of Free Speech Blue #414FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.94%

 BLUE value IS 186 (73.05% from 255) = 56.36%

R = 19.7%
G = 23.94%
B = 56.36%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#414FBA (or 0x414FBA) is known color: Free Speech Blue. HEX triplet: 41, 4F and BA. RGB value is (65,79,186). Sum of RGB (Red+Green+Blue) = 65+79+186=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #414FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414FBA is #BEB045. Grayscale: #565656. Windows color (decimal): -12496966 or 12209985. OLE color: 12209985.

HSL color Cylindrical-coordinate representation of color #414FBA: hue angle of 233.06º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #414FBA is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 79 186 -
CMYK 0.65 0.58 0 0.27
HSL 233.06º 0.48% 0.49% -
HSV(B) 233.06º 0.65% 0.73% -
XYZ 13.84 10.26 47.71 -
YUV 87.01 183.86 112.3 -
System Red Green Blue C M Y K H S L
Decimal 65 79 186 0.65 0.58 0 0.27 233.06 0.48 0.49
Hex 41 4F BA 41 3A 0 1B E9 30 31
Octal 101 117 272 101 72 0 33 351 60 61
Binary 1000001 1001111 10111010 1000001 111010 0 11011 11101001 110000 110001

Color Harmonies of #414FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414FBA

Black with #414FBA

Text Example


Text Example

White with #414FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414FBA; }

 p { color: rgb(65,79,186); }

 H1.HeaderClassName
 {
   color: #414FBA;
 }
 .AnyTagClassName
 {
   color: #414FBA;
 }
</style>

background-color css

<style>
 a { background-color: #414FBA; }

 a { background-color: rgb(65,79,186); }

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

border-color css

<style>
 span { border-color: #414FBA; }

 span { border-color: rgb(65,79,186); }

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