Html Css Color HEX #478DC5 Curious Blue

📋 copy color: '#478DC5'

red 71 ◦ green 141 ◦ blue 197

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

Shades of Curious Blue #478DC5

Tints of Curious Blue #478DC5

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.47%

 BLUE value IS 197 (77.34% from 255) = 48.17%

R = 17.36%
G = 34.47%
B = 48.17%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#478DC5 (or 0x478DC5) is known color: Curious Blue. HEX triplet: 47, 8D and C5. RGB value is (71,141,197). Sum of RGB (Red+Green+Blue) = 71+141+197=409 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.36% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 197 (77.34% from 255 or 48.17% from 409); Max value from RGB is 197 - color contains mainly: blue. Hex color #478DC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478DC5 is #B8723A. Grayscale: #7E7E7E. Windows color (decimal): -12087867 or 12946759. OLE color: 12946759.

HSL color Cylindrical-coordinate representation of color #478DC5: hue angle of 206.67º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #478DC5 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 71 141 197 -
CMYK 0.64 0.28 0 0.23
HSL 206.67º 0.52% 0.53% -
HSV(B) 206.67º 0.64% 0.77% -
XYZ 22.2 24.42 56.37 -
YUV 126.45 167.81 88.45 -
System Red Green Blue C M Y K H S L
Decimal 71 141 197 0.64 0.28 0 0.23 206.67 0.52 0.53
Hex 47 8D C5 40 1C 0 17 CF 34 35
Octal 107 215 305 100 34 0 27 317 64 65
Binary 1000111 10001101 11000101 1000000 11100 0 10111 11001111 110100 110101

Color Harmonies of #478DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478DC5

Black with #478DC5

Text Example


Text Example

White with #478DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,141,197); }

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

background-color css

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

 a { background-color: rgb(71,141,197); }

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

border-color css

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

 span { border-color: rgb(71,141,197); }

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