Html Css Color HEX #478FBC Curious Blue

📋 copy color: '#478FBC'

red 71 ◦ green 143 ◦ blue 188

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

Shades of Curious Blue #478FBC

Tints of Curious Blue #478FBC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.57%

 BLUE value IS 188 (73.83% from 255) = 46.77%

R = 17.66%
G = 35.57%
B = 46.77%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#478FBC (or 0x478FBC) is known color: Curious Blue. HEX triplet: 47, 8F and BC. RGB value is (71,143,188). Sum of RGB (Red+Green+Blue) = 71+143+188=402 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.66% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #478FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478FBC is #B87043. Grayscale: #7E7E7E. Windows color (decimal): -12087364 or 12357447. OLE color: 12357447.

HSL color Cylindrical-coordinate representation of color #478FBC: hue angle of 203.08º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #478FBC is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 143 188 -
CMYK 0.62 0.24 0 0.26
HSL 203.08º 0.47% 0.51% -
HSV(B) 203.08º 0.62% 0.74% -
XYZ 21.5 24.62 51.2 -
YUV 126.6 162.65 88.34 -
System Red Green Blue C M Y K H S L
Decimal 71 143 188 0.62 0.24 0 0.26 203.08 0.47 0.51
Hex 47 8F BC 3E 18 0 1A CB 2F 33
Octal 107 217 274 76 30 0 32 313 57 63
Binary 1000111 10001111 10111100 111110 11000 0 11010 11001011 101111 110011

Color Harmonies of #478FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478FBC

Black with #478FBC

Text Example


Text Example

White with #478FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,143,188); }

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

background-color css

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

 a { background-color: rgb(71,143,188); }

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

border-color css

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

 span { border-color: rgb(71,143,188); }

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