Html Css Color HEX #4049CF Free Speech Blue

📋 copy color: '#4049CF'

red 64 ◦ green 73 ◦ blue 207

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

Shades of Free Speech Blue #4049CF

Tints of Free Speech Blue #4049CF

RGB

 RED value IS 64 (25.39% from 255) = 18.6%

 GREEN value IS 73 (28.91% from 255) = 21.22%

 BLUE value IS 207 (81.25% from 255) = 60.17%

R = 18.6%
G = 21.22%
B = 60.17%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4049CF (or 0x4049CF) is known color: Free Speech Blue. HEX triplet: 40, 49 and CF. RGB value is (64,73,207). Sum of RGB (Red+Green+Blue) = 64+73+207=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #4049CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4049CF is #BFB630. Grayscale: #555555. Windows color (decimal): -12564017 or 13584704. OLE color: 13584704.

HSL color Cylindrical-coordinate representation of color #4049CF: hue angle of 236.22º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4049CF is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 73 207 -
CMYK 0.69 0.65 0 0.19
HSL 236.22º 0.6% 0.53% -
HSV(B) 236.22º 0.69% 0.81% -
XYZ 15.76 10.36 60.2 -
YUV 85.59 196.52 112.6 -
System Red Green Blue C M Y K H S L
Decimal 64 73 207 0.69 0.65 0 0.19 236.22 0.6 0.53
Hex 40 49 CF 45 41 0 13 EC 3C 35
Octal 100 111 317 105 101 0 23 354 74 65
Binary 1000000 1001001 11001111 1000101 1000001 0 10011 11101100 111100 110101

Color Harmonies of #4049CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4049CF

Black with #4049CF

Text Example


Text Example

White with #4049CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4049CF; }

 p { color: rgb(64,73,207); }

 H1.HeaderClassName
 {
   color: #4049CF;
 }
 .AnyTagClassName
 {
   color: #4049CF;
 }
</style>

background-color css

<style>
 a { background-color: #4049CF; }

 a { background-color: rgb(64,73,207); }

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

border-color css

<style>
 span { border-color: #4049CF; }

 span { border-color: rgb(64,73,207); }

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