Html Css Color HEX #484DDE Free Speech Blue

📋 copy color: '#484DDE'

red 72 ◦ green 77 ◦ blue 222

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

Shades of Free Speech Blue #484DDE

Tints of Free Speech Blue #484DDE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.75%

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

R = 19.41%
G = 20.75%
B = 59.84%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#484DDE (or 0x484DDE) is known color: Free Speech Blue. HEX triplet: 48, 4D and DE. RGB value is (72,77,222). Sum of RGB (Red+Green+Blue) = 72+77+222=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #484DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DDE is #B7B221. Grayscale: #5B5B5B. Windows color (decimal): -12038690 or 14568776. OLE color: 14568776.

HSL color Cylindrical-coordinate representation of color #484DDE: hue angle of 238º 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 #484DDE is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 77 222 -
CMYK 0.68 0.65 0 0.13
HSL 238º 0.69% 0.58% -
HSV(B) 238º 0.68% 0.87% -
XYZ 18.51 11.96 70.44 -
YUV 92.04 201.34 113.71 -
System Red Green Blue C M Y K H S L
Decimal 72 77 222 0.68 0.65 0 0.13 238 0.69 0.58
Hex 48 4D DE 44 41 0 D EE 45 3A
Octal 110 115 336 104 101 0 15 356 105 72
Binary 1001000 1001101 11011110 1000100 1000001 0 1101 11101110 1000101 111010

Color Harmonies of #484DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484DDE

Black with #484DDE

Text Example


Text Example

White with #484DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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