Html Css Color HEX #4048CF Free Speech Blue

📋 copy color: '#4048CF'

red 64 ◦ green 72 ◦ blue 207

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

Shades of Free Speech Blue #4048CF

Tints of Free Speech Blue #4048CF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.99%

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

R = 18.66%
G = 20.99%
B = 60.35%

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

#4048CF (or 0x4048CF) is known color: Free Speech Blue. HEX triplet: 40, 48 and CF. RGB value is (64,72,207). Sum of RGB (Red+Green+Blue) = 64+72+207=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #4048CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4048CF is #BFB730. Grayscale: #545454. Windows color (decimal): -12564273 or 13584448. OLE color: 13584448.

HSL color Cylindrical-coordinate representation of color #4048CF: hue angle of 236.64º 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 #4048CF is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 72 207 -
CMYK 0.69 0.65 0 0.19
HSL 236.64º 0.6% 0.53% -
HSV(B) 236.64º 0.69% 0.81% -
XYZ 15.69 10.23 60.18 -
YUV 85 196.85 113.02 -
System Red Green Blue C M Y K H S L
Decimal 64 72 207 0.69 0.65 0 0.19 236.64 0.6 0.53
Hex 40 48 CF 45 41 0 13 ED 3C 35
Octal 100 110 317 105 101 0 23 355 74 65
Binary 1000000 1001000 11001111 1000101 1000001 0 10011 11101101 111100 110101

Color Harmonies of #4048CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4048CF

Black with #4048CF

Text Example


Text Example

White with #4048CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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