Html Css Color HEX #483FBC Free Speech Blue

📋 copy color: '#483FBC'

red 72 ◦ green 63 ◦ blue 188

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

Shades of Free Speech Blue #483FBC

Tints of Free Speech Blue #483FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.2%

R = 22.29%
G = 19.5%
B = 58.2%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#483FBC (or 0x483FBC) is known color: Free Speech Blue. HEX triplet: 48, 3F and BC. RGB value is (72,63,188). Sum of RGB (Red+Green+Blue) = 72+63+188=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #483FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483FBC is #B7C043. Grayscale: #4F4F4F. Windows color (decimal): -12042308 or 12336968. OLE color: 12336968.

HSL color Cylindrical-coordinate representation of color #483FBC: hue angle of 244.32º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #483FBC is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 63 188 -
CMYK 0.62 0.66 0 0.26
HSL 244.32º 0.5% 0.49% -
HSV(B) 244.32º 0.66% 0.74% -
XYZ 13.53 8.56 48.52 -
YUV 79.94 188.98 122.34 -
System Red Green Blue C M Y K H S L
Decimal 72 63 188 0.62 0.66 0 0.26 244.32 0.5 0.49
Hex 48 3F BC 3E 42 0 1A F4 32 31
Octal 110 77 274 76 102 0 32 364 62 61
Binary 1001000 111111 10111100 111110 1000010 0 11010 11110100 110010 110001

Color Harmonies of #483FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483FBC

Black with #483FBC

Text Example


Text Example

White with #483FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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