Html Css Color HEX #414BCC Free Speech Blue

📋 copy color: '#414BCC'

red 65 ◦ green 75 ◦ blue 204

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

Shades of Free Speech Blue #414BCC

Tints of Free Speech Blue #414BCC

RGB

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

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

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

R = 18.9%
G = 21.8%
B = 59.3%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#414BCC (or 0x414BCC) is known color: Free Speech Blue. HEX triplet: 41, 4B and CC. RGB value is (65,75,204). Sum of RGB (Red+Green+Blue) = 65+75+204=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #414BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414BCC is #BEB433. Grayscale: #565656. Windows color (decimal): -12497972 or 13388609. OLE color: 13388609.

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

Color convert

RGB 65 75 204 -
CMYK 0.68 0.63 0 0.2
HSL 235.68º 0.58% 0.53% -
HSV(B) 235.68º 0.68% 0.8% -
XYZ 15.6 10.52 58.33 -
YUV 86.72 194.19 112.51 -
System Red Green Blue C M Y K H S L
Decimal 65 75 204 0.68 0.63 0 0.2 235.68 0.58 0.53
Hex 41 4B CC 44 3F 0 14 EC 3A 35
Octal 101 113 314 104 77 0 24 354 72 65
Binary 1000001 1001011 11001100 1000100 111111 0 10100 11101100 111010 110101

Color Harmonies of #414BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414BCC

Black with #414BCC

Text Example


Text Example

White with #414BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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