Html Css Color HEX #414CBD Free Speech Blue

📋 copy color: '#414CBD'

red 65 ◦ green 76 ◦ blue 189

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

Shades of Free Speech Blue #414CBD

Tints of Free Speech Blue #414CBD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.03%

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

R = 19.7%
G = 23.03%
B = 57.27%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#414CBD (or 0x414CBD) is known color: Free Speech Blue. HEX triplet: 41, 4C and BD. RGB value is (65,76,189). Sum of RGB (Red+Green+Blue) = 65+76+189=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #414CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414CBD is #BEB342. Grayscale: #555555. Windows color (decimal): -12497731 or 12405825. OLE color: 12405825.

HSL color Cylindrical-coordinate representation of color #414CBD: hue angle of 234.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 #414CBD is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 76 189 -
CMYK 0.66 0.60 0 0.26
HSL 234.68º 0.49% 0.5% -
HSV(B) 234.68º 0.66% 0.74% -
XYZ 13.95 9.97 49.33 -
YUV 85.59 186.36 113.31 -
System Red Green Blue C M Y K H S L
Decimal 65 76 189 0.66 0.60 0 0.26 234.68 0.49 0.5
Hex 41 4C BD 42 3C 0 1A EB 31 32
Octal 101 114 275 102 74 0 32 353 61 62
Binary 1000001 1001100 10111101 1000010 111100 0 11010 11101011 110001 110010

Color Harmonies of #414CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414CBD

Black with #414CBD

Text Example


Text Example

White with #414CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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