Html Css Color HEX #4A48CF Free Speech Blue

📋 copy color: '#4A48CF'

red 74 ◦ green 72 ◦ blue 207

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

Shades of Free Speech Blue #4A48CF

Tints of Free Speech Blue #4A48CF

RGB

 RED value IS 74 (29.3% from 255) = 20.96%

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

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

R = 20.96%
G = 20.4%
B = 58.64%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4A48CF (or 0x4A48CF) is known color: Free Speech Blue. HEX triplet: 4A, 48 and CF. RGB value is (74,72,207). Sum of RGB (Red+Green+Blue) = 74+72+207=353 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.96% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #4A48CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A48CF is #B5B730. Grayscale: #575757. Windows color (decimal): -11908913 or 13584458. OLE color: 13584458.

HSL color Cylindrical-coordinate representation of color #4A48CF: hue angle of 240.89º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A48CF is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 72 207 -
CMYK 0.64 0.65 0 0.19
HSL 240.89º 0.58% 0.55% -
HSV(B) 240.89º 0.65% 0.81% -
XYZ 16.4 10.6 60.21 -
YUV 87.99 195.16 118.02 -
System Red Green Blue C M Y K H S L
Decimal 74 72 207 0.64 0.65 0 0.19 240.89 0.58 0.55
Hex 4A 48 CF 40 41 0 13 F1 3A 37
Octal 112 110 317 100 101 0 23 361 72 67
Binary 1001010 1001000 11001111 1000000 1000001 0 10011 11110001 111010 110111

Color Harmonies of #4A48CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A48CF

Black with #4A48CF

Text Example


Text Example

White with #4A48CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A48CF; }

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

 H1.HeaderClassName
 {
   color: #4A48CF;
 }
 .AnyTagClassName
 {
   color: #4A48CF;
 }
</style>

background-color css

<style>
 a { background-color: #4A48CF; }

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

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

border-color css

<style>
 span { border-color: #4A48CF; }

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

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