Html Css Color HEX #484ECF Free Speech Blue

📋 copy color: '#484ECF'

red 72 ◦ green 78 ◦ blue 207

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

Shades of Free Speech Blue #484ECF

Tints of Free Speech Blue #484ECF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.85%

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

R = 20.17%
G = 21.85%
B = 57.98%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#484ECF (or 0x484ECF) is known color: Free Speech Blue. HEX triplet: 48, 4E and CF. RGB value is (72,78,207). Sum of RGB (Red+Green+Blue) = 72+78+207=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #484ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484ECF is #B7B130. Grayscale: #5A5A5A. Windows color (decimal): -12038449 or 13585992. OLE color: 13585992.

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

Color convert

RGB 72 78 207 -
CMYK 0.65 0.62 0 0.19
HSL 237.33º 0.58% 0.55% -
HSV(B) 237.33º 0.65% 0.81% -
XYZ 16.66 11.33 60.34 -
YUV 90.91 193.51 114.51 -
System Red Green Blue C M Y K H S L
Decimal 72 78 207 0.65 0.62 0 0.19 237.33 0.58 0.55
Hex 48 4E CF 41 3E 0 13 ED 3A 37
Octal 110 116 317 101 76 0 23 355 72 67
Binary 1001000 1001110 11001111 1000001 111110 0 10011 11101101 111010 110111

Color Harmonies of #484ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484ECF

Black with #484ECF

Text Example


Text Example

White with #484ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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