Html Css Color HEX #484BBA Free Speech Blue

📋 copy color: '#484BBA'

red 72 ◦ green 75 ◦ blue 186

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

Shades of Free Speech Blue #484BBA

Tints of Free Speech Blue #484BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.52%

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

R = 21.62%
G = 22.52%
B = 55.86%

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

#484BBA (or 0x484BBA) is known color: Free Speech Blue. HEX triplet: 48, 4B and BA. RGB value is (72,75,186). Sum of RGB (Red+Green+Blue) = 72+75+186=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #484BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484BBA is #B7B445. Grayscale: #565656. Windows color (decimal): -12039238 or 12208968. OLE color: 12208968.

HSL color Cylindrical-coordinate representation of color #484BBA: hue angle of 238.42º 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 #484BBA is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 75 186 -
CMYK 0.61 0.60 0 0.27
HSL 238.42º 0.45% 0.51% -
HSV(B) 238.42º 0.61% 0.73% -
XYZ 14.05 9.96 47.64 -
YUV 86.76 184.01 117.47 -
System Red Green Blue C M Y K H S L
Decimal 72 75 186 0.61 0.60 0 0.27 238.42 0.45 0.51
Hex 48 4B BA 3D 3C 0 1B EE 2D 33
Octal 110 113 272 75 74 0 33 356 55 63
Binary 1001000 1001011 10111010 111101 111100 0 11011 11101110 101101 110011

Color Harmonies of #484BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484BBA

Black with #484BBA

Text Example


Text Example

White with #484BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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