Html Css Color HEX #478CBB Curious Blue

📋 copy color: '#478CBB'

red 71 ◦ green 140 ◦ blue 187

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

Shades of Curious Blue #478CBB

Tints of Curious Blue #478CBB

RGB

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

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

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

R = 17.84%
G = 35.18%
B = 46.98%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#478CBB (or 0x478CBB) is known color: Curious Blue. HEX triplet: 47, 8C and BB. RGB value is (71,140,187). Sum of RGB (Red+Green+Blue) = 71+140+187=398 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.84% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #478CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478CBB is #B87344. Grayscale: #7C7C7C. Windows color (decimal): -12088133 or 12291143. OLE color: 12291143.

HSL color Cylindrical-coordinate representation of color #478CBB: hue angle of 204.31º 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 #478CBB is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 140 187 -
CMYK 0.62 0.25 0 0.27
HSL 204.31º 0.46% 0.51% -
HSV(B) 204.31º 0.62% 0.73% -
XYZ 20.95 23.68 50.48 -
YUV 124.73 163.14 89.68 -
System Red Green Blue C M Y K H S L
Decimal 71 140 187 0.62 0.25 0 0.27 204.31 0.46 0.51
Hex 47 8C BB 3E 19 0 1B CC 2E 33
Octal 107 214 273 76 31 0 33 314 56 63
Binary 1000111 10001100 10111011 111110 11001 0 11011 11001100 101110 110011

Color Harmonies of #478CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478CBB

Black with #478CBB

Text Example


Text Example

White with #478CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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