Html Css Color HEX #484CDE Free Speech Blue

📋 copy color: '#484CDE'

red 72 ◦ green 76 ◦ blue 222

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

Shades of Free Speech Blue #484CDE

Tints of Free Speech Blue #484CDE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.54%

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

R = 19.46%
G = 20.54%
B = 60%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#484CDE (or 0x484CDE) is known color: Free Speech Blue. HEX triplet: 48, 4C and DE. RGB value is (72,76,222). Sum of RGB (Red+Green+Blue) = 72+76+222=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #484CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484CDE is #B7B321. Grayscale: #5A5A5A. Windows color (decimal): -12038946 or 14568520. OLE color: 14568520.

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

Color convert

RGB 72 76 222 -
CMYK 0.68 0.66 0 0.13
HSL 238.4º 0.69% 0.58% -
HSV(B) 238.4º 0.68% 0.87% -
XYZ 18.44 11.82 70.42 -
YUV 91.45 201.67 114.13 -
System Red Green Blue C M Y K H S L
Decimal 72 76 222 0.68 0.66 0 0.13 238.4 0.69 0.58
Hex 48 4C DE 44 42 0 D EE 45 3A
Octal 110 114 336 104 102 0 15 356 105 72
Binary 1001000 1001100 11011110 1000100 1000010 0 1101 11101110 1000101 111010

Color Harmonies of #484CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484CDE

Black with #484CDE

Text Example


Text Example

White with #484CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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