Html Css Color HEX #483ACC Free Speech Blue

📋 copy color: '#483ACC'

red 72 ◦ green 58 ◦ blue 204

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

Shades of Free Speech Blue #483ACC

Tints of Free Speech Blue #483ACC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.37%

 BLUE value IS 204 (80.08% from 255) = 61.08%

R = 21.56%
G = 17.37%
B = 61.08%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#483ACC (or 0x483ACC) is known color: Free Speech Blue. HEX triplet: 48, 3A and CC. RGB value is (72,58,204). Sum of RGB (Red+Green+Blue) = 72+58+204=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #483ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483ACC is #B7C533. Grayscale: #4E4E4E. Windows color (decimal): -12043572 or 13384264. OLE color: 13384264.

HSL color Cylindrical-coordinate representation of color #483ACC: hue angle of 245.75º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #483ACC is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 58 204 -
CMYK 0.65 0.72 0 0.2
HSL 245.75º 0.59% 0.51% -
HSV(B) 245.75º 0.72% 0.8% -
XYZ 15.08 8.76 58.02 -
YUV 78.83 198.64 123.13 -
System Red Green Blue C M Y K H S L
Decimal 72 58 204 0.65 0.72 0 0.2 245.75 0.59 0.51
Hex 48 3A CC 41 48 0 14 F6 3B 33
Octal 110 72 314 101 110 0 24 366 73 63
Binary 1001000 111010 11001100 1000001 1001000 0 10100 11110110 111011 110011

Color Harmonies of #483ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483ACC

Black with #483ACC

Text Example


Text Example

White with #483ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,58,204); }

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

background-color css

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

 a { background-color: rgb(72,58,204); }

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

border-color css

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

 span { border-color: rgb(72,58,204); }

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