Html Css Color HEX #484CCF Free Speech Blue

📋 copy color: '#484CCF'

red 72 ◦ green 76 ◦ blue 207

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

Shades of Free Speech Blue #484CCF

Tints of Free Speech Blue #484CCF

RGB

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

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

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

R = 20.28%
G = 21.41%
B = 58.31%

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

#484CCF (or 0x484CCF) is known color: Free Speech Blue. HEX triplet: 48, 4C and CF. RGB value is (72,76,207). Sum of RGB (Red+Green+Blue) = 72+76+207=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #484CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484CCF is #B7B330. Grayscale: #595959. Windows color (decimal): -12038961 or 13585480. OLE color: 13585480.

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

Color convert

RGB 72 76 207 -
CMYK 0.65 0.63 0 0.19
HSL 238.22º 0.58% 0.55% -
HSV(B) 238.22º 0.65% 0.81% -
XYZ 16.52 11.05 60.29 -
YUV 89.74 194.17 115.35 -
System Red Green Blue C M Y K H S L
Decimal 72 76 207 0.65 0.63 0 0.19 238.22 0.58 0.55
Hex 48 4C CF 41 3F 0 13 EE 3A 37
Octal 110 114 317 101 77 0 23 356 72 67
Binary 1001000 1001100 11001111 1000001 111111 0 10011 11101110 111010 110111

Color Harmonies of #484CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484CCF

Black with #484CCF

Text Example


Text Example

White with #484CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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