Html Css Color HEX #484FDF Free Speech Blue

📋 copy color: '#484FDF'

red 72 ◦ green 79 ◦ blue 223

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

Shades of Free Speech Blue #484FDF

Tints of Free Speech Blue #484FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.12%

 BLUE value IS 223 (87.5% from 255) = 59.63%

R = 19.25%
G = 21.12%
B = 59.63%

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

#484FDF (or 0x484FDF) is known color: Free Speech Blue. HEX triplet: 48, 4F and DF. RGB value is (72,79,223). Sum of RGB (Red+Green+Blue) = 72+79+223=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #484FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484FDF is #B7B020. Grayscale: #5C5C5C. Windows color (decimal): -12038177 or 14634824. OLE color: 14634824.

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

Color convert

RGB 72 79 223 -
CMYK 0.68 0.65 0 0.13
HSL 237.22º 0.7% 0.58% -
HSV(B) 237.22º 0.68% 0.87% -
XYZ 18.79 12.3 71.2 -
YUV 93.32 201.18 112.79 -
System Red Green Blue C M Y K H S L
Decimal 72 79 223 0.68 0.65 0 0.13 237.22 0.7 0.58
Hex 48 4F DF 44 41 0 D ED 46 3A
Octal 110 117 337 104 101 0 15 355 106 72
Binary 1001000 1001111 11011111 1000100 1000001 0 1101 11101101 1000110 111010

Color Harmonies of #484FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484FDF

Black with #484FDF

Text Example


Text Example

White with #484FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,79,223); }

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

background-color css

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

 a { background-color: rgb(72,79,223); }

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

border-color css

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

 span { border-color: rgb(72,79,223); }

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