Html Css Color HEX #484ADC Free Speech Blue

📋 copy color: '#484ADC'

red 72 ◦ green 74 ◦ blue 220

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

Shades of Free Speech Blue #484ADC

Tints of Free Speech Blue #484ADC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.22%

 BLUE value IS 220 (86.33% from 255) = 60.11%

R = 19.67%
G = 20.22%
B = 60.11%

CMYK

 C value IS 0.67

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#484ADC (or 0x484ADC) is known color: Free Speech Blue. HEX triplet: 48, 4A and DC. RGB value is (72,74,220). Sum of RGB (Red+Green+Blue) = 72+74+220=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #484ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484ADC is #B7B523. Grayscale: #595959. Windows color (decimal): -12039460 or 14436936. OLE color: 14436936.

HSL color Cylindrical-coordinate representation of color #484ADC: hue angle of 239.19º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #484ADC is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 74 220 -
CMYK 0.67 0.66 0 0.14
HSL 239.19º 0.68% 0.57% -
HSV(B) 239.19º 0.67% 0.86% -
XYZ 18.04 11.44 68.97 -
YUV 90.05 201.34 115.13 -
System Red Green Blue C M Y K H S L
Decimal 72 74 220 0.67 0.66 0 0.14 239.19 0.68 0.57
Hex 48 4A DC 43 42 0 E EF 44 39
Octal 110 112 334 103 102 0 16 357 104 71
Binary 1001000 1001010 11011100 1000011 1000010 0 1110 11101111 1000100 111001

Color Harmonies of #484ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484ADC

Black with #484ADC

Text Example


Text Example

White with #484ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484ADC; }

 p { color: rgb(72,74,220); }

 H1.HeaderClassName
 {
   color: #484ADC;
 }
 .AnyTagClassName
 {
   color: #484ADC;
 }
</style>

background-color css

<style>
 a { background-color: #484ADC; }

 a { background-color: rgb(72,74,220); }

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

border-color css

<style>
 span { border-color: #484ADC; }

 span { border-color: rgb(72,74,220); }

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