Html Css Color HEX #483FDA Free Speech Blue

📋 copy color: '#483FDA'

red 72 ◦ green 63 ◦ blue 218

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

Shades of Free Speech Blue #483FDA

Tints of Free Speech Blue #483FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 61.76%

R = 20.4%
G = 17.85%
B = 61.76%

CMYK

 C value IS 0.67

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#483FDA (or 0x483FDA) is known color: Free Speech Blue. HEX triplet: 48, 3F and DA. RGB value is (72,63,218). Sum of RGB (Red+Green+Blue) = 72+63+218=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 218 (85.55% from 255 or 61.76% from 353); Max value from RGB is 218 - color contains mainly: blue. Hex color #483FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483FDA is #B7C025. Grayscale: #525252. Windows color (decimal): -12042278 or 14303048. OLE color: 14303048.

HSL color Cylindrical-coordinate representation of color #483FDA: hue angle of 243.48º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #483FDA is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 63 218 -
CMYK 0.67 0.71 0 0.15
HSL 243.48º 0.68% 0.55% -
HSV(B) 243.48º 0.71% 0.85% -
XYZ 17.1 9.99 67.36 -
YUV 83.36 203.98 119.9 -
System Red Green Blue C M Y K H S L
Decimal 72 63 218 0.67 0.71 0 0.15 243.48 0.68 0.55
Hex 48 3F DA 43 47 0 F F3 44 37
Octal 110 77 332 103 107 0 17 363 104 67
Binary 1001000 111111 11011010 1000011 1000111 0 1111 11110011 1000100 110111

Color Harmonies of #483FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483FDA

Black with #483FDA

Text Example


Text Example

White with #483FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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