Html Css Color HEX #414BBA Free Speech Blue

📋 copy color: '#414BBA'

red 65 ◦ green 75 ◦ blue 186

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

Shades of Free Speech Blue #414BBA

Tints of Free Speech Blue #414BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.01%

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

R = 19.94%
G = 23.01%
B = 57.06%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#414BBA (or 0x414BBA) is known color: Free Speech Blue. HEX triplet: 41, 4B and BA. RGB value is (65,75,186). Sum of RGB (Red+Green+Blue) = 65+75+186=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #414BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414BBA is #BEB445. Grayscale: #545454. Windows color (decimal): -12497990 or 12208961. OLE color: 12208961.

HSL color Cylindrical-coordinate representation of color #414BBA: hue angle of 235.04º 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 #414BBA is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 75 186 -
CMYK 0.65 0.60 0 0.27
HSL 235.04º 0.48% 0.49% -
HSV(B) 235.04º 0.65% 0.73% -
XYZ 13.56 9.7 47.61 -
YUV 84.66 185.19 113.97 -
System Red Green Blue C M Y K H S L
Decimal 65 75 186 0.65 0.60 0 0.27 235.04 0.48 0.49
Hex 41 4B BA 41 3C 0 1B EB 30 31
Octal 101 113 272 101 74 0 33 353 60 61
Binary 1000001 1001011 10111010 1000001 111100 0 11011 11101011 110000 110001

Color Harmonies of #414BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414BBA

Black with #414BBA

Text Example


Text Example

White with #414BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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