Html Css Color HEX #483FBA Free Speech Blue

📋 copy color: '#483FBA'

red 72 ◦ green 63 ◦ blue 186

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

Shades of Free Speech Blue #483FBA

Tints of Free Speech Blue #483FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.94%

R = 22.43%
G = 19.63%
B = 57.94%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#483FBA (or 0x483FBA) is known color: Free Speech Blue. HEX triplet: 48, 3F and BA. RGB value is (72,63,186). Sum of RGB (Red+Green+Blue) = 72+63+186=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #483FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483FBA is #B7C045. Grayscale: #4F4F4F. Windows color (decimal): -12042310 or 12205896. OLE color: 12205896.

HSL color Cylindrical-coordinate representation of color #483FBA: hue angle of 244.39º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #483FBA is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 63 186 -
CMYK 0.61 0.66 0 0.27
HSL 244.39º 0.49% 0.49% -
HSV(B) 244.39º 0.66% 0.73% -
XYZ 13.31 8.48 47.39 -
YUV 79.71 187.98 122.5 -
System Red Green Blue C M Y K H S L
Decimal 72 63 186 0.61 0.66 0 0.27 244.39 0.49 0.49
Hex 48 3F BA 3D 42 0 1B F4 31 31
Octal 110 77 272 75 102 0 33 364 61 61
Binary 1001000 111111 10111010 111101 1000010 0 11011 11110100 110001 110001

Color Harmonies of #483FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483FBA

Black with #483FBA

Text Example


Text Example

White with #483FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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