Html Css Color HEX #484DCF Free Speech Blue

📋 copy color: '#484DCF'

red 72 ◦ green 77 ◦ blue 207

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

Shades of Free Speech Blue #484DCF

Tints of Free Speech Blue #484DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.15%

R = 20.22%
G = 21.63%
B = 58.15%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#484DCF (or 0x484DCF) is known color: Free Speech Blue. HEX triplet: 48, 4D and CF. RGB value is (72,77,207). Sum of RGB (Red+Green+Blue) = 72+77+207=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #484DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DCF is #B7B230. Grayscale: #595959. Windows color (decimal): -12038705 or 13585736. OLE color: 13585736.

HSL color Cylindrical-coordinate representation of color #484DCF: hue angle of 237.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #484DCF is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 77 207 -
CMYK 0.65 0.63 0 0.19
HSL 237.78º 0.58% 0.55% -
HSV(B) 237.78º 0.65% 0.81% -
XYZ 16.59 11.19 60.32 -
YUV 90.33 193.84 114.93 -
System Red Green Blue C M Y K H S L
Decimal 72 77 207 0.65 0.63 0 0.19 237.78 0.58 0.55
Hex 48 4D CF 41 3F 0 13 EE 3A 37
Octal 110 115 317 101 77 0 23 356 72 67
Binary 1001000 1001101 11001111 1000001 111111 0 10011 11101110 111010 110111

Color Harmonies of #484DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484DCF

Black with #484DCF

Text Example


Text Example

White with #484DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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