Html Css Color HEX #483FC9 Free Speech Blue

📋 copy color: '#483FC9'

red 72 ◦ green 63 ◦ blue 201

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

Shades of Free Speech Blue #483FC9

Tints of Free Speech Blue #483FC9

RGB

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

 GREEN value IS 63 (25% from 255) = 18.75%

 BLUE value IS 201 (78.91% from 255) = 59.82%

R = 21.43%
G = 18.75%
B = 59.82%

CMYK

 C value IS 0.64

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#483FC9 (or 0x483FC9) is known color: Free Speech Blue. HEX triplet: 48, 3F and C9. RGB value is (72,63,201). Sum of RGB (Red+Green+Blue) = 72+63+201=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 201 (78.91% from 255 or 59.82% from 336); Max value from RGB is 201 - color contains mainly: blue. Hex color #483FC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483FC9 is #B7C036. Grayscale: #505050. Windows color (decimal): -12042295 or 13188936. OLE color: 13188936.

HSL color Cylindrical-coordinate representation of color #483FC9: hue angle of 243.91º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #483FC9 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 72 63 201 -
CMYK 0.64 0.69 0 0.21
HSL 243.91º 0.56% 0.52% -
HSV(B) 243.91º 0.69% 0.79% -
XYZ 14.99 9.15 56.23 -
YUV 81.42 195.48 121.28 -
System Red Green Blue C M Y K H S L
Decimal 72 63 201 0.64 0.69 0 0.21 243.91 0.56 0.52
Hex 48 3F C9 40 45 0 15 F4 38 34
Octal 110 77 311 100 105 0 25 364 70 64
Binary 1001000 111111 11001001 1000000 1000101 0 10101 11110100 111000 110100

Color Harmonies of #483FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483FC9

Black with #483FC9

Text Example


Text Example

White with #483FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,63,201); }

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

background-color css

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

 a { background-color: rgb(72,63,201); }

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

border-color css

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

 span { border-color: rgb(72,63,201); }

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