Html Css Color HEX #478FBE Curious Blue

📋 copy color: '#478FBE'

red 71 ◦ green 143 ◦ blue 190

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

Shades of Curious Blue #478FBE

Tints of Curious Blue #478FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.03%

R = 17.57%
G = 35.4%
B = 47.03%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#478FBE (or 0x478FBE) is known color: Curious Blue. HEX triplet: 47, 8F and BE. RGB value is (71,143,190). Sum of RGB (Red+Green+Blue) = 71+143+190=404 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.57% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #478FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478FBE is #B87041. Grayscale: #7E7E7E. Windows color (decimal): -12087362 or 12488519. OLE color: 12488519.

HSL color Cylindrical-coordinate representation of color #478FBE: hue angle of 203.7º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #478FBE is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 143 190 -
CMYK 0.63 0.25 0 0.25
HSL 203.7º 0.48% 0.51% -
HSV(B) 203.7º 0.63% 0.75% -
XYZ 21.72 24.7 52.34 -
YUV 126.83 163.65 88.18 -
System Red Green Blue C M Y K H S L
Decimal 71 143 190 0.63 0.25 0 0.25 203.7 0.48 0.51
Hex 47 8F BE 3F 19 0 19 CC 30 33
Octal 107 217 276 77 31 0 31 314 60 63
Binary 1000111 10001111 10111110 111111 11001 0 11001 11001100 110000 110011

Color Harmonies of #478FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478FBE

Black with #478FBE

Text Example


Text Example

White with #478FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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