Html Css Color HEX #414FCC Free Speech Blue

📋 copy color: '#414FCC'

red 65 ◦ green 79 ◦ blue 204

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

Shades of Free Speech Blue #414FCC

Tints of Free Speech Blue #414FCC

RGB

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

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

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

R = 18.68%
G = 22.7%
B = 58.62%

CMYK

 C value IS 0.68

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#414FCC (or 0x414FCC) is known color: Free Speech Blue. HEX triplet: 41, 4F and CC. RGB value is (65,79,204). Sum of RGB (Red+Green+Blue) = 65+79+204=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #414FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414FCC is #BEB033. Grayscale: #585858. Windows color (decimal): -12496948 or 13389633. OLE color: 13389633.

HSL color Cylindrical-coordinate representation of color #414FCC: hue angle of 233.96º 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 #414FCC is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 65 79 204 -
CMYK 0.68 0.61 0 0.2
HSL 233.96º 0.58% 0.53% -
HSV(B) 233.96º 0.68% 0.8% -
XYZ 15.88 11.08 58.43 -
YUV 89.06 192.86 110.84 -
System Red Green Blue C M Y K H S L
Decimal 65 79 204 0.68 0.61 0 0.2 233.96 0.58 0.53
Hex 41 4F CC 44 3D 0 14 EA 3A 35
Octal 101 117 314 104 75 0 24 352 72 65
Binary 1000001 1001111 11001100 1000100 111101 0 10100 11101010 111010 110101

Color Harmonies of #414FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414FCC

Black with #414FCC

Text Example


Text Example

White with #414FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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