Html Css Color HEX #483DCD Free Speech Blue

📋 copy color: '#483DCD'

red 72 ◦ green 61 ◦ blue 205

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

Shades of Free Speech Blue #483DCD

Tints of Free Speech Blue #483DCD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.05%

 BLUE value IS 205 (80.47% from 255) = 60.65%

R = 21.3%
G = 18.05%
B = 60.65%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#483DCD (or 0x483DCD) is known color: Free Speech Blue. HEX triplet: 48, 3D and CD. RGB value is (72,61,205). Sum of RGB (Red+Green+Blue) = 72+61+205=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #483DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483DCD is #B7C232. Grayscale: #505050. Windows color (decimal): -12042803 or 13450568. OLE color: 13450568.

HSL color Cylindrical-coordinate representation of color #483DCD: hue angle of 244.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #483DCD is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 61 205 -
CMYK 0.65 0.70 0 0.20
HSL 244.58º 0.59% 0.52% -
HSV(B) 244.58º 0.7% 0.8% -
XYZ 15.36 9.12 58.71 -
YUV 80.71 198.14 121.79 -
System Red Green Blue C M Y K H S L
Decimal 72 61 205 0.65 0.70 0 0.20 244.58 0.59 0.52
Hex 48 3D CD 41 46 0 14 F5 3B 34
Octal 110 75 315 101 106 0 24 365 73 64
Binary 1001000 111101 11001101 1000001 1000110 0 10100 11110101 111011 110100

Color Harmonies of #483DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483DCD

Black with #483DCD

Text Example


Text Example

White with #483DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,61,205); }

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

background-color css

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

 a { background-color: rgb(72,61,205); }

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

border-color css

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

 span { border-color: rgb(72,61,205); }

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