Html Css Color HEX #483CBC Free Speech Blue

📋 copy color: '#483CBC'

red 72 ◦ green 60 ◦ blue 188

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

Shades of Free Speech Blue #483CBC

Tints of Free Speech Blue #483CBC

RGB

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

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

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

R = 22.5%
G = 18.75%
B = 58.75%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#483CBC (or 0x483CBC) is known color: Free Speech Blue. HEX triplet: 48, 3C and BC. RGB value is (72,60,188). Sum of RGB (Red+Green+Blue) = 72+60+188=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #483CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483CBC is #B7C343. Grayscale: #4D4D4D. Windows color (decimal): -12043076 or 12336200. OLE color: 12336200.

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

Color convert

RGB 72 60 188 -
CMYK 0.62 0.68 0 0.26
HSL 245.63º 0.52% 0.49% -
HSV(B) 245.63º 0.68% 0.74% -
XYZ 13.37 8.24 48.46 -
YUV 78.18 189.98 123.59 -
System Red Green Blue C M Y K H S L
Decimal 72 60 188 0.62 0.68 0 0.26 245.63 0.52 0.49
Hex 48 3C BC 3E 44 0 1A F6 34 31
Octal 110 74 274 76 104 0 32 366 64 61
Binary 1001000 111100 10111100 111110 1000100 0 11010 11110110 110100 110001

Color Harmonies of #483CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483CBC

Black with #483CBC

Text Example


Text Example

White with #483CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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