Html Css Color HEX #484DBA Free Speech Blue

📋 copy color: '#484DBA'

red 72 ◦ green 77 ◦ blue 186

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

Shades of Free Speech Blue #484DBA

Tints of Free Speech Blue #484DBA

RGB

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

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

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

R = 21.49%
G = 22.99%
B = 55.52%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#484DBA (or 0x484DBA) is known color: Free Speech Blue. HEX triplet: 48, 4D and BA. RGB value is (72,77,186). Sum of RGB (Red+Green+Blue) = 72+77+186=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #484DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DBA is #B7B245. Grayscale: #575757. Windows color (decimal): -12038726 or 12209480. OLE color: 12209480.

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

Color convert

RGB 72 77 186 -
CMYK 0.61 0.59 0 0.27
HSL 237.37º 0.45% 0.51% -
HSV(B) 237.37º 0.61% 0.73% -
XYZ 14.19 10.23 47.68 -
YUV 87.93 183.34 116.64 -
System Red Green Blue C M Y K H S L
Decimal 72 77 186 0.61 0.59 0 0.27 237.37 0.45 0.51
Hex 48 4D BA 3D 3B 0 1B ED 2D 33
Octal 110 115 272 75 73 0 33 355 55 63
Binary 1001000 1001101 10111010 111101 111011 0 11011 11101101 101101 110011

Color Harmonies of #484DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484DBA

Black with #484DBA

Text Example


Text Example

White with #484DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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