Html Css Color HEX #483CBB Free Speech Blue

📋 copy color: '#483CBB'

red 72 ◦ green 60 ◦ blue 187

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

Shades of Free Speech Blue #483CBB

Tints of Free Speech Blue #483CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.62%

R = 22.57%
G = 18.81%
B = 58.62%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#483CBB (or 0x483CBB) is known color: Free Speech Blue. HEX triplet: 48, 3C and BB. RGB value is (72,60,187). Sum of RGB (Red+Green+Blue) = 72+60+187=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #483CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483CBB is #B7C344. Grayscale: #4D4D4D. Windows color (decimal): -12043077 or 12270664. OLE color: 12270664.

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

Color convert

RGB 72 60 187 -
CMYK 0.61 0.68 0 0.27
HSL 245.67º 0.51% 0.48% -
HSV(B) 245.67º 0.68% 0.73% -
XYZ 13.26 8.2 47.9 -
YUV 78.07 189.48 123.67 -
System Red Green Blue C M Y K H S L
Decimal 72 60 187 0.61 0.68 0 0.27 245.67 0.51 0.48
Hex 48 3C BB 3D 44 0 1B F6 33 30
Octal 110 74 273 75 104 0 33 366 63 60
Binary 1001000 111100 10111011 111101 1000100 0 11011 11110110 110011 110000

Color Harmonies of #483CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483CBB

Black with #483CBB

Text Example


Text Example

White with #483CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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