Html Css Color HEX #478FBB Curious Blue

📋 copy color: '#478FBB'

red 71 ◦ green 143 ◦ blue 187

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

Shades of Curious Blue #478FBB

Tints of Curious Blue #478FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.63%

R = 17.71%
G = 35.66%
B = 46.63%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#478FBB (or 0x478FBB) is known color: Curious Blue. HEX triplet: 47, 8F and BB. RGB value is (71,143,187). Sum of RGB (Red+Green+Blue) = 71+143+187=401 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.71% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #478FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478FBB is #B87044. Grayscale: #7E7E7E. Windows color (decimal): -12087365 or 12291911. OLE color: 12291911.

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

Color convert

RGB 71 143 187 -
CMYK 0.62 0.24 0 0.27
HSL 202.76º 0.46% 0.51% -
HSV(B) 202.76º 0.62% 0.73% -
XYZ 21.39 24.57 50.63 -
YUV 126.49 162.15 88.42 -
System Red Green Blue C M Y K H S L
Decimal 71 143 187 0.62 0.24 0 0.27 202.76 0.46 0.51
Hex 47 8F BB 3E 18 0 1B CB 2E 33
Octal 107 217 273 76 30 0 33 313 56 63
Binary 1000111 10001111 10111011 111110 11000 0 11011 11001011 101110 110011

Color Harmonies of #478FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478FBB

Black with #478FBB

Text Example


Text Example

White with #478FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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