Html Css Color HEX #474BDF Free Speech Blue

📋 copy color: '#474BDF'

red 71 ◦ green 75 ◦ blue 223

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

Shades of Free Speech Blue #474BDF

Tints of Free Speech Blue #474BDF

RGB

 RED value IS 71 (28.13% from 255) = 19.24%

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

 BLUE value IS 223 (87.5% from 255) = 60.43%

R = 19.24%
G = 20.33%
B = 60.43%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#474BDF (or 0x474BDF) is known color: Free Speech Blue. HEX triplet: 47, 4B and DF. RGB value is (71,75,223). Sum of RGB (Red+Green+Blue) = 71+75+223=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #474BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474BDF is #B8B420. Grayscale: #5A5A5A. Windows color (decimal): -12104737 or 14633799. OLE color: 14633799.

HSL color Cylindrical-coordinate representation of color #474BDF: hue angle of 238.42º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #474BDF is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 75 223 -
CMYK 0.68 0.66 0 0.13
HSL 238.42º 0.7% 0.58% -
HSV(B) 238.42º 0.68% 0.87% -
XYZ 18.43 11.7 71.1 -
YUV 90.68 202.67 113.97 -
System Red Green Blue C M Y K H S L
Decimal 71 75 223 0.68 0.66 0 0.13 238.42 0.7 0.58
Hex 47 4B DF 44 42 0 D EE 46 3A
Octal 107 113 337 104 102 0 15 356 106 72
Binary 1000111 1001011 11011111 1000100 1000010 0 1101 11101110 1000110 111010

Color Harmonies of #474BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474BDF

Black with #474BDF

Text Example


Text Example

White with #474BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474BDF; }

 p { color: rgb(71,75,223); }

 H1.HeaderClassName
 {
   color: #474BDF;
 }
 .AnyTagClassName
 {
   color: #474BDF;
 }
</style>

background-color css

<style>
 a { background-color: #474BDF; }

 a { background-color: rgb(71,75,223); }

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

border-color css

<style>
 span { border-color: #474BDF; }

 span { border-color: rgb(71,75,223); }

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