Html Css Color HEX #478CC8 Curious Blue

📋 copy color: '#478CC8'

red 71 ◦ green 140 ◦ blue 200

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

Shades of Curious Blue #478CC8

Tints of Curious Blue #478CC8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.06%

 BLUE value IS 200 (78.52% from 255) = 48.66%

R = 17.27%
G = 34.06%
B = 48.66%

CMYK

 C value IS 0.64

 M value IS 0.3

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#478CC8 (or 0x478CC8) is known color: Curious Blue. HEX triplet: 47, 8C and C8. RGB value is (71,140,200). Sum of RGB (Red+Green+Blue) = 71+140+200=411 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.27% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 200 - color contains mainly: blue. Hex color #478CC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478CC8 is #B87337. Grayscale: #7D7D7D. Windows color (decimal): -12088120 or 13143111. OLE color: 13143111.

HSL color Cylindrical-coordinate representation of color #478CC8: hue angle of 207.91º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #478CC8 is Cyan = 0.64, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 71 140 200 -
CMYK 0.64 0.3 0 0.22
HSL 207.91º 0.54% 0.53% -
HSV(B) 207.91º 0.65% 0.78% -
XYZ 22.4 24.27 58.15 -
YUV 126.21 169.64 88.62 -
System Red Green Blue C M Y K H S L
Decimal 71 140 200 0.64 0.3 0 0.22 207.91 0.54 0.53
Hex 47 8C C8 40 1E 0 16 D0 36 35
Octal 107 214 310 100 36 0 26 320 66 65
Binary 1000111 10001100 11001000 1000000 11110 0 10110 11010000 110110 110101

Color Harmonies of #478CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478CC8

Black with #478CC8

Text Example


Text Example

White with #478CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,140,200); }

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

background-color css

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

 a { background-color: rgb(71,140,200); }

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

border-color css

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

 span { border-color: rgb(71,140,200); }

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