Html Css Color HEX #484ACD Free Speech Blue

📋 copy color: '#484ACD'

red 72 ◦ green 74 ◦ blue 205

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

Shades of Free Speech Blue #484ACD

Tints of Free Speech Blue #484ACD

RGB

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

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

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

R = 20.51%
G = 21.08%
B = 58.4%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#484ACD (or 0x484ACD) is known color: Free Speech Blue. HEX triplet: 48, 4A and CD. RGB value is (72,74,205). Sum of RGB (Red+Green+Blue) = 72+74+205=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #484ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484ACD is #B7B532. Grayscale: #575757. Windows color (decimal): -12039475 or 13453896. OLE color: 13453896.

HSL color Cylindrical-coordinate representation of color #484ACD: hue angle of 239.1º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #484ACD is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 74 205 -
CMYK 0.65 0.64 0 0.20
HSL 239.1º 0.57% 0.54% -
HSV(B) 239.1º 0.65% 0.8% -
XYZ 16.14 10.68 58.97 -
YUV 88.34 193.84 116.35 -
System Red Green Blue C M Y K H S L
Decimal 72 74 205 0.65 0.64 0 0.20 239.1 0.57 0.54
Hex 48 4A CD 41 40 0 14 EF 39 36
Octal 110 112 315 101 100 0 24 357 71 66
Binary 1001000 1001010 11001101 1000001 1000000 0 10100 11101111 111001 110110

Color Harmonies of #484ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484ACD

Black with #484ACD

Text Example


Text Example

White with #484ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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