Html Css Color HEX #414CCB Free Speech Blue

📋 copy color: '#414CCB'

red 65 ◦ green 76 ◦ blue 203

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

Shades of Free Speech Blue #414CCB

Tints of Free Speech Blue #414CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 59.01%

R = 18.9%
G = 22.09%
B = 59.01%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#414CCB (or 0x414CCB) is known color: Free Speech Blue. HEX triplet: 41, 4C and CB. RGB value is (65,76,203). Sum of RGB (Red+Green+Blue) = 65+76+203=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #414CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414CCB is #BEB334. Grayscale: #565656. Windows color (decimal): -12497717 or 13323329. OLE color: 13323329.

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

Color convert

RGB 65 76 203 -
CMYK 0.68 0.63 0 0.20
HSL 235.22º 0.57% 0.53% -
HSV(B) 235.22º 0.68% 0.8% -
XYZ 15.54 10.6 57.73 -
YUV 87.19 193.36 112.17 -
System Red Green Blue C M Y K H S L
Decimal 65 76 203 0.68 0.63 0 0.20 235.22 0.57 0.53
Hex 41 4C CB 44 3F 0 14 EB 39 35
Octal 101 114 313 104 77 0 24 353 71 65
Binary 1000001 1001100 11001011 1000100 111111 0 10100 11101011 111001 110101

Color Harmonies of #414CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414CCB

Black with #414CCB

Text Example


Text Example

White with #414CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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