Html Css Color HEX #484ABA Free Speech Blue

📋 copy color: '#484ABA'

red 72 ◦ green 74 ◦ blue 186

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

Shades of Free Speech Blue #484ABA

Tints of Free Speech Blue #484ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.29%

 BLUE value IS 186 (73.05% from 255) = 56.02%

R = 21.69%
G = 22.29%
B = 56.02%

CMYK

 C value IS 0.61

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#484ABA (or 0x484ABA) is known color: Free Speech Blue. HEX triplet: 48, 4A and BA. RGB value is (72,74,186). Sum of RGB (Red+Green+Blue) = 72+74+186=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #484ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484ABA is #B7B545. Grayscale: #555555. Windows color (decimal): -12039494 or 12208712. OLE color: 12208712.

HSL color Cylindrical-coordinate representation of color #484ABA: hue angle of 238.95º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #484ABA is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 74 186 -
CMYK 0.61 0.60 0 0.27
HSL 238.95º 0.45% 0.51% -
HSV(B) 238.95º 0.61% 0.73% -
XYZ 13.98 9.82 47.61 -
YUV 86.17 184.34 117.89 -
System Red Green Blue C M Y K H S L
Decimal 72 74 186 0.61 0.60 0 0.27 238.95 0.45 0.51
Hex 48 4A BA 3D 3C 0 1B EF 2D 33
Octal 110 112 272 75 74 0 33 357 55 63
Binary 1001000 1001010 10111010 111101 111100 0 11011 11101111 101101 110011

Color Harmonies of #484ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484ABA

Black with #484ABA

Text Example


Text Example

White with #484ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,74,186); }

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

background-color css

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

 a { background-color: rgb(72,74,186); }

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

border-color css

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

 span { border-color: rgb(72,74,186); }

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