Html Css Color HEX #483CC3 Free Speech Blue

📋 copy color: '#483CC3'

red 72 ◦ green 60 ◦ blue 195

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

Shades of Free Speech Blue #483CC3

Tints of Free Speech Blue #483CC3

RGB

 RED value IS 72 (28.52% from 255) = 22.02%

 GREEN value IS 60 (23.83% from 255) = 18.35%

 BLUE value IS 195 (76.56% from 255) = 59.63%

R = 22.02%
G = 18.35%
B = 59.63%

CMYK

 C value IS 0.63

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#483CC3 (or 0x483CC3) is known color: Free Speech Blue. HEX triplet: 48, 3C and C3. RGB value is (72,60,195). Sum of RGB (Red+Green+Blue) = 72+60+195=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 195 (76.56% from 255 or 59.63% from 327); Max value from RGB is 195 - color contains mainly: blue. Hex color #483CC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483CC3 is #B7C33C. Grayscale: #4E4E4E. Windows color (decimal): -12043069 or 12794952. OLE color: 12794952.

HSL color Cylindrical-coordinate representation of color #483CC3: hue angle of 245.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #483CC3 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 60 195 -
CMYK 0.63 0.69 0 0.24
HSL 245.33º 0.53% 0.5% -
HSV(B) 245.33º 0.69% 0.76% -
XYZ 14.14 8.55 52.53 -
YUV 78.98 193.48 123.02 -
System Red Green Blue C M Y K H S L
Decimal 72 60 195 0.63 0.69 0 0.24 245.33 0.53 0.5
Hex 48 3C C3 3F 45 0 18 F5 35 32
Octal 110 74 303 77 105 0 30 365 65 62
Binary 1001000 111100 11000011 111111 1000101 0 11000 11110101 110101 110010

Color Harmonies of #483CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483CC3

Black with #483CC3

Text Example


Text Example

White with #483CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483CC3; }

 p { color: rgb(72,60,195); }

 H1.HeaderClassName
 {
   color: #483CC3;
 }
 .AnyTagClassName
 {
   color: #483CC3;
 }
</style>

background-color css

<style>
 a { background-color: #483CC3; }

 a { background-color: rgb(72,60,195); }

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

border-color css

<style>
 span { border-color: #483CC3; }

 span { border-color: rgb(72,60,195); }

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