Html Css Color HEX #4B62BD Free Speech Blue

📋 copy color: '#4B62BD'

red 75 ◦ green 98 ◦ blue 189

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

Shades of Free Speech Blue #4B62BD

Tints of Free Speech Blue #4B62BD

RGB

 RED value IS 75 (29.69% from 255) = 20.72%

 GREEN value IS 98 (38.67% from 255) = 27.07%

 BLUE value IS 189 (74.22% from 255) = 52.21%

R = 20.72%
G = 27.07%
B = 52.21%

CMYK

 C value IS 0.60

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4B62BD (or 0x4B62BD) is known color: Free Speech Blue. HEX triplet: 4B, 62 and BD. RGB value is (75,98,189). Sum of RGB (Red+Green+Blue) = 75+98+189=362 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.72% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #4B62BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B62BD is #B49D42. Grayscale: #656565. Windows color (decimal): -11836739 or 12411467. OLE color: 12411467.

HSL color Cylindrical-coordinate representation of color #4B62BD: hue angle of 227.89º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B62BD is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 75 98 189 -
CMYK 0.60 0.48 0 0.26
HSL 227.89º 0.46% 0.52% -
HSV(B) 227.89º 0.6% 0.74% -
XYZ 16.45 13.91 49.96 -
YUV 101.5 177.38 109.1 -
System Red Green Blue C M Y K H S L
Decimal 75 98 189 0.60 0.48 0 0.26 227.89 0.46 0.52
Hex 4B 62 BD 3C 30 0 1A E4 2E 34
Octal 113 142 275 74 60 0 32 344 56 64
Binary 1001011 1100010 10111101 111100 110000 0 11010 11100100 101110 110100

Color Harmonies of #4B62BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B62BD

Black with #4B62BD

Text Example


Text Example

White with #4B62BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B62BD; }

 p { color: rgb(75,98,189); }

 H1.HeaderClassName
 {
   color: #4B62BD;
 }
 .AnyTagClassName
 {
   color: #4B62BD;
 }
</style>

background-color css

<style>
 a { background-color: #4B62BD; }

 a { background-color: rgb(75,98,189); }

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

border-color css

<style>
 span { border-color: #4B62BD; }

 span { border-color: rgb(75,98,189); }

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