Html Css Color HEX #484ADE Free Speech Blue

📋 copy color: '#484ADE'

red 72 ◦ green 74 ◦ blue 222

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

Shades of Free Speech Blue #484ADE

Tints of Free Speech Blue #484ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60.33%

R = 19.57%
G = 20.11%
B = 60.33%

CMYK

 C value IS 0.68

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#484ADE (or 0x484ADE) is known color: Free Speech Blue. HEX triplet: 48, 4A and DE. RGB value is (72,74,222). Sum of RGB (Red+Green+Blue) = 72+74+222=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 222 (87.11% from 255 or 60.33% from 368); Max value from RGB is 222 - color contains mainly: blue. Hex color #484ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484ADE is #B7B521. Grayscale: #595959. Windows color (decimal): -12039458 or 14568008. OLE color: 14568008.

HSL color Cylindrical-coordinate representation of color #484ADE: hue angle of 239.2º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #484ADE is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 74 222 -
CMYK 0.68 0.67 0 0.13
HSL 239.2º 0.69% 0.58% -
HSV(B) 239.2º 0.68% 0.87% -
XYZ 18.31 11.55 70.37 -
YUV 90.27 202.34 114.97 -
System Red Green Blue C M Y K H S L
Decimal 72 74 222 0.68 0.67 0 0.13 239.2 0.69 0.58
Hex 48 4A DE 44 43 0 D EF 45 3A
Octal 110 112 336 104 103 0 15 357 105 72
Binary 1001000 1001010 11011110 1000100 1000011 0 1101 11101111 1000101 111010

Color Harmonies of #484ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484ADE

Black with #484ADE

Text Example


Text Example

White with #484ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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