Html Css Color HEX #414DCC Free Speech Blue

📋 copy color: '#414DCC'

red 65 ◦ green 77 ◦ blue 204

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

Shades of Free Speech Blue #414DCC

Tints of Free Speech Blue #414DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.25%

 BLUE value IS 204 (80.08% from 255) = 58.96%

R = 18.79%
G = 22.25%
B = 58.96%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#414DCC (or 0x414DCC) is known color: Free Speech Blue. HEX triplet: 41, 4D and CC. RGB value is (65,77,204). Sum of RGB (Red+Green+Blue) = 65+77+204=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #414DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414DCC is #BEB233. Grayscale: #575757. Windows color (decimal): -12497460 or 13389121. OLE color: 13389121.

HSL color Cylindrical-coordinate representation of color #414DCC: hue angle of 234.82º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #414DCC is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 65 77 204 -
CMYK 0.68 0.62 0 0.2
HSL 234.82º 0.58% 0.53% -
HSV(B) 234.82º 0.68% 0.8% -
XYZ 15.73 10.79 58.38 -
YUV 87.89 193.52 111.67 -
System Red Green Blue C M Y K H S L
Decimal 65 77 204 0.68 0.62 0 0.2 234.82 0.58 0.53
Hex 41 4D CC 44 3E 0 14 EB 3A 35
Octal 101 115 314 104 76 0 24 353 72 65
Binary 1000001 1001101 11001100 1000100 111110 0 10100 11101011 111010 110101

Color Harmonies of #414DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414DCC

Black with #414DCC

Text Example


Text Example

White with #414DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,77,204); }

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

background-color css

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

 a { background-color: rgb(65,77,204); }

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

border-color css

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

 span { border-color: rgb(65,77,204); }

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