Html Css Color HEX #483EBD Free Speech Blue

📋 copy color: '#483EBD'

red 72 ◦ green 62 ◦ blue 189

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

Shades of Free Speech Blue #483EBD

Tints of Free Speech Blue #483EBD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.2%

 BLUE value IS 189 (74.22% from 255) = 58.51%

R = 22.29%
G = 19.2%
B = 58.51%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#483EBD (or 0x483EBD) is known color: Free Speech Blue. HEX triplet: 48, 3E and BD. RGB value is (72,62,189). Sum of RGB (Red+Green+Blue) = 72+62+189=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 189 (74.22% from 255 or 58.51% from 323); Max value from RGB is 189 - color contains mainly: blue. Hex color #483EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483EBD is #B7C142. Grayscale: #4E4E4E. Windows color (decimal): -12042563 or 12402248. OLE color: 12402248.

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

Color convert

RGB 72 62 189 -
CMYK 0.62 0.67 0 0.26
HSL 244.72º 0.51% 0.49% -
HSV(B) 244.72º 0.67% 0.74% -
XYZ 13.58 8.5 49.07 -
YUV 79.47 189.81 122.67 -
System Red Green Blue C M Y K H S L
Decimal 72 62 189 0.62 0.67 0 0.26 244.72 0.51 0.49
Hex 48 3E BD 3E 43 0 1A F5 33 31
Octal 110 76 275 76 103 0 32 365 63 61
Binary 1001000 111110 10111101 111110 1000011 0 11010 11110101 110011 110001

Color Harmonies of #483EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483EBD

Black with #483EBD

Text Example


Text Example

White with #483EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,62,189); }

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

background-color css

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

 a { background-color: rgb(72,62,189); }

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

border-color css

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

 span { border-color: rgb(72,62,189); }

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