Html Css Color HEX #478BC1 Curious Blue

📋 copy color: '#478BC1'

red 71 ◦ green 139 ◦ blue 193

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

Shades of Curious Blue #478BC1

Tints of Curious Blue #478BC1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.49%

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

R = 17.62%
G = 34.49%
B = 47.89%

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

#478BC1 (or 0x478BC1) is known color: Curious Blue. HEX triplet: 47, 8B and C1. RGB value is (71,139,193). Sum of RGB (Red+Green+Blue) = 71+139+193=403 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.62% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #478BC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478BC1 is #B8743E. Grayscale: #7C7C7C. Windows color (decimal): -12088383 or 12684103. OLE color: 12684103.

HSL color Cylindrical-coordinate representation of color #478BC1: hue angle of 206.56º 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 #478BC1 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 71 139 193 -
CMYK 0.63 0.28 0 0.24
HSL 206.56º 0.5% 0.52% -
HSV(B) 206.56º 0.63% 0.76% -
XYZ 21.46 23.66 53.89 -
YUV 124.82 166.47 89.61 -
System Red Green Blue C M Y K H S L
Decimal 71 139 193 0.63 0.28 0 0.24 206.56 0.5 0.52
Hex 47 8B C1 3F 1C 0 18 CF 32 34
Octal 107 213 301 77 34 0 30 317 62 64
Binary 1000111 10001011 11000001 111111 11100 0 11000 11001111 110010 110100

Color Harmonies of #478BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478BC1

Black with #478BC1

Text Example


Text Example

White with #478BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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