Html Css Color HEX #478AC1 Curious Blue

📋 copy color: '#478AC1'

red 71 ◦ green 138 ◦ blue 193

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

Shades of Curious Blue #478AC1

Tints of Curious Blue #478AC1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.33%

 BLUE value IS 193 (75.78% from 255) = 48.01%

R = 17.66%
G = 34.33%
B = 48.01%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#478AC1 (or 0x478AC1) is known color: Curious Blue. HEX triplet: 47, 8A and C1. RGB value is (71,138,193). Sum of RGB (Red+Green+Blue) = 71+138+193=402 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.66% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 193 (75.78% from 255 or 48.01% from 402); Max value from RGB is 193 - color contains mainly: blue. Hex color #478AC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478AC1 is #B8753E. Grayscale: #7B7B7B. Windows color (decimal): -12088639 or 12683847. OLE color: 12683847.

HSL color Cylindrical-coordinate representation of color #478AC1: hue angle of 207.05º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #478AC1 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 71 138 193 -
CMYK 0.63 0.28 0 0.24
HSL 207.05º 0.5% 0.52% -
HSV(B) 207.05º 0.63% 0.76% -
XYZ 21.31 23.37 53.84 -
YUV 124.24 166.8 90.03 -
System Red Green Blue C M Y K H S L
Decimal 71 138 193 0.63 0.28 0 0.24 207.05 0.5 0.52
Hex 47 8A C1 3F 1C 0 18 CF 32 34
Octal 107 212 301 77 34 0 30 317 62 64
Binary 1000111 10001010 11000001 111111 11100 0 11000 11001111 110010 110100

Color Harmonies of #478AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478AC1

Black with #478AC1

Text Example


Text Example

White with #478AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478AC1; }

 p { color: rgb(71,138,193); }

 H1.HeaderClassName
 {
   color: #478AC1;
 }
 .AnyTagClassName
 {
   color: #478AC1;
 }
</style>

background-color css

<style>
 a { background-color: #478AC1; }

 a { background-color: rgb(71,138,193); }

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

border-color css

<style>
 span { border-color: #478AC1; }

 span { border-color: rgb(71,138,193); }

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