Html Css Color HEX #484CBC Free Speech Blue

📋 copy color: '#484CBC'

red 72 ◦ green 76 ◦ blue 188

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

Shades of Free Speech Blue #484CBC

Tints of Free Speech Blue #484CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.95%

R = 21.43%
G = 22.62%
B = 55.95%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#484CBC (or 0x484CBC) is known color: Free Speech Blue. HEX triplet: 48, 4C and BC. RGB value is (72,76,188). Sum of RGB (Red+Green+Blue) = 72+76+188=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #484CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484CBC is #B7B343. Grayscale: #575757. Windows color (decimal): -12038980 or 12340296. OLE color: 12340296.

HSL color Cylindrical-coordinate representation of color #484CBC: hue angle of 237.93º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #484CBC is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 76 188 -
CMYK 0.62 0.60 0 0.26
HSL 237.93º 0.46% 0.51% -
HSV(B) 237.93º 0.62% 0.74% -
XYZ 14.33 10.18 48.79 -
YUV 87.57 184.67 116.89 -
System Red Green Blue C M Y K H S L
Decimal 72 76 188 0.62 0.60 0 0.26 237.93 0.46 0.51
Hex 48 4C BC 3E 3C 0 1A EE 2E 33
Octal 110 114 274 76 74 0 32 356 56 63
Binary 1001000 1001100 10111100 111110 111100 0 11010 11101110 101110 110011

Color Harmonies of #484CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484CBC

Black with #484CBC

Text Example


Text Example

White with #484CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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