Html Css Color HEX #483CC8 Free Speech Blue

📋 copy color: '#483CC8'

red 72 ◦ green 60 ◦ blue 200

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

Shades of Free Speech Blue #483CC8

Tints of Free Speech Blue #483CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 60.24%

R = 21.69%
G = 18.07%
B = 60.24%

CMYK

 C value IS 0.64

 M value IS 0.7

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#483CC8 (or 0x483CC8) is known color: Free Speech Blue. HEX triplet: 48, 3C and C8. RGB value is (72,60,200). Sum of RGB (Red+Green+Blue) = 72+60+200=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 200 (78.52% from 255 or 60.24% from 332); Max value from RGB is 200 - color contains mainly: blue. Hex color #483CC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483CC8 is #B7C337. Grayscale: #4F4F4F. Windows color (decimal): -12043064 or 13122632. OLE color: 13122632.

HSL color Cylindrical-coordinate representation of color #483CC8: hue angle of 245.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #483CC8 is Cyan = 0.64, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 72 60 200 -
CMYK 0.64 0.7 0 0.22
HSL 245.14º 0.56% 0.51% -
HSV(B) 245.14º 0.7% 0.78% -
XYZ 14.71 8.78 55.56 -
YUV 79.55 195.98 122.62 -
System Red Green Blue C M Y K H S L
Decimal 72 60 200 0.64 0.7 0 0.22 245.14 0.56 0.51
Hex 48 3C C8 40 46 0 16 F5 38 33
Octal 110 74 310 100 106 0 26 365 70 63
Binary 1001000 111100 11001000 1000000 1000110 0 10110 11110101 111000 110011

Color Harmonies of #483CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483CC8

Black with #483CC8

Text Example


Text Example

White with #483CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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